prefix-stream-suffix
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

prefix-stream-suffix

npm ci node-current

Stream transformer to prepend prefix and append suffix to Node.js stream

import { prefixStreamSuffix } from 'prefix-stream-suffix';

stream.pipe(prefixStreamSuffix('prefix', 'suffix'));

Install

npm install --save prefix-stream-suffix

Package Sidebar

Install

npm i prefix-stream-suffix

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

3.77 kB

Total Files

5

Last publish

Collaborators

  • takumi-n