文件名称:kthulhu:优雅的流^(;,;)^
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-29 14:31:18
JavaScript
| | | // Just passing through! process . stdin . pipe ( $ ( function ( chunk ) { return chunk } ) ) . pipe ( process . stdout ) // Swap all `a`'s for `z`'s fs . createReadStream ( "aaa.txt" ) . pipe ( $ ( function ( chunk ) { return chunk . map ( function ( ch ) { return ( value == 97 ) ? 122 : ch } ) } ) ) . pipe ( fs . createWriteStream ( "zzz.txt" ) ) // Using ES6 arr
【文件预览】:
kthulhu-master
----.travis.yml(96B)
----test()
--------test.js(463B)
--------test(15B)
----README.md(4KB)
----index.js(1KB)
----CHANGELOG.md(137B)
----package.json(618B)