plugins:通过插件堆栈运行值

时间:2024-06-04 20:21:12
【文件属性】:

文件名称:plugins:通过插件堆栈运行值

文件大小:12KB

文件格式:ZIP

更新时间:2024-06-04 20:21:12

javascript plugin stream async JavaScript

外挂程式 通过插件堆栈运行一个值。 安装 用安装 $ npm i plugins --save 请参阅。 目录 执照 (由动词生成的目录) 文件 请参阅示例。 创建插件 插件可以接受任何参数,并且必须返回一个函数。 同步 插件只返回一个值。 例子: var plugins = new Plugins ( ) ; plugins . use ( function ( str ) { return str + 'a' ; } ) . use ( function ( str ) { return str + 'b' ; } ) . use ( function ( str ) { return str + 'c' ; } ) ; console . log ( plugins . run ( 'alphabet-' ) ) ; /


【文件预览】:
plugins-master
----.jshintrc(342B)
----.gitattributes(237B)
----.verb.md(2KB)
----iterators.js(2KB)
----examples()
--------async-without-use.js(338B)
--------sync.js(280B)
--------stream.js(641B)
--------async-array.js(365B)
--------sync-without-use.js(270B)
--------async-string.js(348B)
--------instantiate.js(649B)
--------inherit.js(478B)
----LICENSE(1KB)
----test()
--------fixtures()
--------test.js(9KB)
----README.md(4KB)
----.gitignore(541B)
----index.js(2KB)
----package.json(949B)

网友评论