文件名称:map:转换将每个流值映射到另一个值的流
文件大小:19KB
文件格式:ZIP
更新时间:2024-05-19 22:56:56
JavaScript
地图 创建一个,将每个流值映射到另一个值。 安装 $ npm install flow-map 要在浏览器中使用,请使用 。 用法 var stream = require ( 'flow-map' ) ; stream([options,] fcn) 创建一个,使用提供的function将每个流值映射到另一个值。 var mStream = stream ( map ) ; // Note: the index is zero-based... function map ( value , idx ) { value = parseFloat ( value ) ; return ( value * idx ) . toString ( ) ; } // Pipe the output from the map stream to stdout: mStream . pipe
【文件预览】:
map-master
----.jshintrc(1KB)
----.gitattributes(12B)
----.jshintignore(118B)
----lib()
--------validate.js(1KB)
--------objectMode.js(846B)
--------factory.js(1KB)
--------defaults.json(50B)
--------stream.js(3KB)
--------index.js(183B)
----.npmignore(498B)
----examples()
--------script.js(357B)
--------index.js(389B)
----TODO.md(58B)
----.travis.yml(151B)
----LICENSE(1KB)
----test()
--------test.objectMode.js(2KB)
--------test.validate.js(2KB)
--------fixtures()
--------test.factory.js(1KB)
--------test.js(613B)
--------test.stream.js(4KB)
----README.md(7KB)
----Makefile(2KB)
----.editorconfig(169B)
----.gitignore(1KB)
----bin()
--------opts.json(254B)
--------usage.txt(632B)
--------cli(2KB)
----package.json(2KB)