文件名称:typed-bacon:在您的培根流中键入检查!
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-26 03:54:48
CoffeeScript
类型培根 在您的培根流中键入检查! npm install typed - bacon 本文档是一个可执行的源文件,其中包含保持最新状态的测试。 assert = require ( ' assert ' ) 用法 在 typed-bacon 之前需要 Bacon 确保自定义方法可以正确地挂接到 Bacon。 您需要要求typed-bacon将自定义类型方法添加到 Bacon observables。 您还需要访问 Types 对象。 Bacon = require ( ' baconjs ' ) { Types } = require ( ' typed-bacon ' ) 应用程序接口 Observable.typeCheck 如果输入不是指定类型,则将值转换为错误。 Bacon . fromArray ([ 1 , 2 , " three " ]) .
【文件预览】:
typed-bacon-master
----preprocessor.js(295B)
----src()
--------type.coffee(201B)
--------types()
--------index.coffee(1KB)
----README.litcoffee(3KB)
----.travis.yml(18B)
----LICENSE(1KB)
----dist()
--------typed-bacon.js(9KB)
----tests()
--------test-index.coffee(585B)
--------test-types.coffee(2KB)
----.gitignore(26B)
----package.json(1KB)