基于类型组合器的 AtScript 断言库。
设置
npm install tcomb-ats
将以下键添加到您的跟踪器选项中:
{
"types" : true ,
"typeAssertions" : true ,
"typeAssertionModule" : "path/to/tcomb-ats" ,
"annotations" : true // if you also want annotations
}
在生产中设置"typeAssertions": false 。
演示
git clone https://github.com/gcanti/tcomb-ats.git
cd tcomb-ats
npm install
gulp
在浏览器中打开./example/index.html 。
句法
原语
var t = require ( 'tcomb
1