typecheck-decorator:运行时参数验证作为ES7装饰器

时间:2024-05-25 12:48:35
【文件属性】:

文件名称:typecheck-decorator:运行时参数验证作为ES7装饰器

文件大小:11KB

文件格式:ZIP

更新时间:2024-05-25 12:48:35

JavaScript

类型检查装饰器 轻巧的运行时类型检查,语法不错。 可以在dev中顺利启用,而在prod中禁用。 例子 import T , { typecheck } from 'typecheck-decorator' ; class Person { constructor ( age , country , city , zipCode ) { this . age = age ; this . country = country ; this . city = city ; this . zipCode = zipCode ; } // takes a number and returns a number @ typecheck ( [ T . Number ( ) ] , T . Number ( ) ) multiplyAgeBy ( n


【文件预览】:
typecheck-decorator-master
----gulpfile.jsx(752B)
----.eslintrc(6KB)
----src()
--------__tests__()
--------index.jsx(6KB)
----.npmignore(31B)
----gulpfile.js(121B)
----README.md(12KB)
----babelConfig.js(151B)
----.gitignore(49B)
----package.json(1KB)

网友评论