文件名称:slicepoint:切片流
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-03 05:32:10
JavaScript
#slicepoint 切片流 安装 npm install slicepoint 文献资料 slicepoint是一个Transform流,在其中接受缓冲区或对象流并输出缓冲区或对象流。 var slicepoint = require ( 'slicepoint' ) ; // slicepoint takes the same arguments as `String.prototype.slice` and works // the same way. var convert = slicepoint ( 3 , - 3 , { objectMode : false } ) ; convert . write ( 'Hallo' ) ; convert . write ( ' ' ) ; convert . write ( 'world' ) ; console . log (
【文件预览】:
slicepoint-master
----slicepoint.js(6KB)
----test()
--------zero-obj.js(974B)
--------normal-obj.js(1KB)
--------normal-str.js(1KB)
--------zero-str.js(886B)
----LICENSE.md(1KB)
----README.md(2KB)
----.gitignore(14B)
----package.json(492B)