tcomb-kefir:Kefir 可观测值的 Tcomb 类型

时间:2024-07-11 00:48:51
【文件属性】:

文件名称:tcomb-kefir:Kefir 可观测值的 Tcomb 类型

文件大小:3KB

文件格式:ZIP

更新时间:2024-07-11 00:48:51

JavaScript

开菲尔 tcomb-kefir 为流和属性提供类型组合器。 这允许您创建具有类型安全值的流和属性。 例子 这里我们创建了一个类型安全的函数greet 。 它接受一个字符串Tcomb.Str并返回一个字符串流TcombKefir.stream(Tcomb.Str) 。 var Tcomb = require ( 'tcomb' ) , Kefir = require ( 'kefir' ) , TcombKefir = require ( './src/tcomb-kefir' ) , readline = require ( 'readline' ) , rlInterface = readline . createInterface ( { input : process . stdin , output : process . stdout } )


【文件预览】:
tcomb-kefir-development
----.gitignore(13B)
----README.md(1KB)
----example.js(781B)
----package.json(550B)
----src()
--------tcomb-kefir.js(1KB)

网友评论