io-ts-reporters:错误报告

时间:2024-05-22 02:47:09
【文件属性】:

文件名称:io-ts-reporters:错误报告

文件大小:98KB

文件格式:ZIP

更新时间:2024-05-22 02:47:09

validation type-safety io-ts fp-ts TypeScript

io-ts-reporters 器。 目前,此程序包仅包含一名记者。 输出是一个字符串数组,格式为: Expecting ${expectedType} at ${path} but instead got: ${expectedType} 对于联合类型: Expecting one of: ${unionType1} ${unionType2} ${...} ${unionTypeN} at ${path} but instead got: ${actualValue} 安装 yarn add io-ts-reporters 例子 import * as t from 'io-ts' ; import reporter from 'io-ts-reporters' ; const User = t . interface ( { name : t


【文件预览】:
io-ts-reporters-master
----.travis.yml(35B)
----docs()
--------_config.yml(326B)
--------index.md(1KB)
--------modules()
----package.json(1KB)
----.prettierrc(178B)
----tests()
--------unions.test.ts(5KB)
--------index.test.ts(3KB)
----xo.config.js(325B)
----LICENSE(1KB)
----ava.config.js(107B)
----src()
--------utils.ts(522B)
--------index.ts(6KB)
----tsconfig.json(434B)
----.gitignore(24B)
----README.md(2KB)
----yarn.lock(211KB)
----.editorconfig(101B)

网友评论