Mhysa:Node.js的无依赖流实用程序

时间:2024-03-21 13:39:28
【文件属性】:

文件名称:Mhysa:Node.js的无依赖流实用程序

文件大小:68KB

文件格式:ZIP

更新时间:2024-03-21 13:39:28

TypeScript

Mhysa Node.js的无依赖流实用程序 根据许可证发布。 yarn add mhysa 已通过Node.js 8+版本进行测试 fromArray(array) 将数组转换为其元素的Readable流 参数 类型 描述 array T[] 流元素数组 Mhysa . fromArray ( [ "a" , "b" ] ) . pipe ( process . stdout ) ; // ab is printed out 地图(映射器,选项) 返回映射流块的ReadWrite流 参数 类型 描述 mapper (chunk: T, encoding: string) => R 映射器函数,将每个(块,编码)映射到新块(或此类块的承诺) options object options.readableObjectMode boolean 此流是否应充


【文件预览】:
Mhysa-master
----package.json(1KB)
----tslint.json(313B)
----.prettierrc(50B)
----LICENSE(2KB)
----src()
--------index.spec.ts(32KB)
--------index.ts(16KB)
----tsconfig.json(494B)
----samples()
--------last.js(159B)
--------concat.js(314B)
--------parse.js(140B)
--------filter.js(160B)
--------stringify.js(119B)
--------duplex.js(218B)
--------child.js(192B)
--------flatMap.js(175B)
--------split.js(147B)
--------replace.js(137B)
--------merge.js(449B)
--------map.js(158B)
--------join.js(120B)
--------reduce.js(192B)
--------async.js(297B)
--------collect.js(161B)
----.gitignore(62B)
----README.md(8KB)
----yarn.lock(137KB)

网友评论