期望:使用TypeScript编写的提供参数验证的Node.js库 源码
@ fantasticfiasco /期望 用TypeScript编写的提供参数验证的Node.js库。 目录 超级简单易用 import * as expect from '@fantasticfiasco/expect' ; function update ( person ) { expect . toExist ( person . name ) ; expect . toBeTrue ( person . age >= 0 , 'existential theories are not up for discussion' ) ; // Squint you
文件列表
expect-master.zip
(预估有个36文件)
expect-master
.gitignore
210B
.gitmind
148B
package.json
2KB
tslint.json
1KB
src
ExpectationError.ts
96B
index.ts
62B
Expect.ts
3KB
jest.config.js
70B
暂无评论