fluent decoders:围绕nviedecoders的Fluent API包装器 源码
流利的解码器 fluent-decoders是围绕的Fluent风格的API包装。 注意:版本始终锁定为与上游decoders库相同的编号 例子 import { array , boolean , string , tuple3 } from "@tdreyno/fluent-decoders" interface Person { name : string age : string isActive : boolean } const toPerson = ( [ name , age , isActive ] ) : Person => ( { name , age , isActive } ) const containsInt = ( s : any ) : s is StringInt => ! isNaN ( parseInt ( s , 10 ) ) co
文件列表
fluent-decoders-main.zip
(预估有个21文件)
fluent-decoders-main
.github
FUNDING.yml
63B
dependabot.yml
251B
ISSUE_TEMPLATE
change.md
112B
bug.md
197B
feature.md
111B
pull_request_template.md
359B
workflows
暂无评论