文件名称:harmonyos2-fluent-schemer:我写了这个,所以我可以在不痛苦的情况下验证东西
文件大小:97KB
文件格式:ZIP
更新时间:2024-07-21 08:46:01
系统开源
和声2 流利的schemer const librarySchema = object ( { dependenciesCount : number ( ) . min ( 0 ) . max ( 10 ) . integer ( ) . optional ( ) , name : string ( ) . minlength ( 2 ) . maxlength ( 10 ) , testCoverage : number ( ) . min ( 0 ) . max ( 100 ) . optional ( ) , lastCommitDate : date ( ) . after ( new Date ( new Date ( ) . setMonth ( new Date ( ) . getMonth ( ) - 1 ) ) ) , contributors : array ( object ( { username : string ( ) . minlength ( 5 ) , email : string ( ) . pattern ( / \S +
【文件预览】:
fluent-schemer-master
----.flowconfig(0B)
----yarn.lock(176KB)
----index.ts(4KB)
----webpack.config.js(1KB)
----git-hooks()
--------pre-commit.sh(497B)
----lib()
--------utils.ts(34B)
--------errors.ts(898B)
--------schemas()
--------is.ts(1KB)
--------contracts.ts(210B)
----flow-typed()
--------test_fluent-schemer_v3.x.x.js(1KB)
--------flow_v0.60.x-()
----.npmignore(194B)
----.travis.yml(141B)
----tsconfig.json(246B)
----LICENSE(1KB)
----test()
--------helpers()
--------tests()
----tslint.json(462B)
----README.md(3KB)
----tsconfig.es5.json(246B)
----init-hooks.sh(162B)
----docs()
--------QUICKSTART.md(1KB)
--------schemas()
--------README.md(2KB)
----.gitignore(141B)
----CHANGELOG.md(2KB)
----package.json(1KB)
----.nycrc(46B)