文件名称:fast-check-io-ts:io-ts 编解码器可快速检查任意映射
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-19 09:11:39
TypeScript
快速检查io-ts 编解码器映射到任意。 用法 import * as fc from 'fast-check' ; import * as t from 'io-ts' ; import { getArbitrary } from 'fast-check-io-ts' ; const NonEmptyString = t . brand ( t . string , ( s ) : s is t . Branded < string> => s . length > 0 , 'NonEmptyString' ) ; const User = t . type ( { name : t . string , status : t . union ( [ t . literal ( 'ac
【文件预览】:
fast-check-io-ts-master
----.gitignore(44B)
----package.json(2KB)
----tslint.json(345B)
----src()
--------index.ts(3KB)
----.travis.yml(36B)
----tsconfig.json(430B)
----README.md(941B)
----dtslint()
--------ts3.5()
--------index.d.ts(27B)
----test()
--------tsconfig.json(134B)
--------index.test.ts(1KB)
----.prettierrc(47B)