装饰这个
通过 ES7 装饰器和其他一些装饰器进行简单的普通 JS 类型检查,以启动。
文档
如果您喜欢这个项目,请务必查看 ,它是不变的Flux框架。
类型验证
当提供或从类或对象函数返回意外类型时抛出错误。 有关更多详细信息,请参阅类型验证器 API 。
import { param , returns } from 'decorate-this' ;
class Point {
constructor ( ) {
this . x = 0 ;
this . y = 0 ;
}
// The first param of this method takes a Point, and will throw
// a type error if a non-Point is passed
@ param (
评论0
最新资源