文件名称:notmytype:使用T(s,T.string,buf,Buffer,strings,T.list(T.string))等语法对函数输入进行类型检查
文件大小:10KB
文件格式:ZIP
更新时间:2024-05-27 01:36:58
JavaScript
异型 notmytype提供了一种类型的断言函数手柄多个参数,并使用从 。 安装 在您的项目中,运行: npm install notmytype --save 或从GitHub存储库安装: npm install ludios/notmytype --save 例子 notmytype要求io.js 2.0.0 + / node 4.0.0+使用--harmony --harmony-rest-parameters 。 const T = require ( 'notmytype' ) ; 所有这些示例都进行了类型检查,没有错误: T ( 3 , T . number ) ; T ( 3 , T . number , "hello" , T . string ) ; T ( 3 , T . number , true , T . boolean ) ; T ( [ true
【文件预览】:
notmytype-master
----.gitignore(21B)
----.eslintrc(1KB)
----package.json(893B)
----.travis.yml(419B)
----LICENSE(2KB)
----index.js(1KB)
----README.md(2KB)
----tests()
--------index.js(1KB)
--------assert.js(10KB)
----.npmignore(51B)
----assert.js(8KB)