文件名称:to-through:在TransformStream中包装一个ReadableStream
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-16 18:45:57
JavaScript
直通 在TransformStream中包装一个ReadableStream。 用法 var from = require ( 'from2' ) ; var concat = require ( 'concat-stream' ) ; var toThrough = require ( 'to-through' ) ; var readable = from ( [ ' ' , 'hello' , ' ' , 'world' ] ) ; // Can be used as a Readable or Transform var maybeTransform = toThrough ( readable ) ; from ( [ 'hi' , ' ' , 'there' , ',' ] ) . pipe ( maybeTransform ) . pipe ( conca
【文件预览】:
to-through-master
----.prettierignore(23B)
----.gitignore(941B)
----README.md(2KB)
----.github()
--------workflows()
----test()
--------.gitkeep(0B)
--------index.js(4KB)
----LICENSE(1KB)
----.eslintrc(24B)
----.gitattributes(14B)
----package.json(970B)
----index.js(1KB)
----.editorconfig(214B)
----.npmrc(19B)