string-to-stream

Convert a string into a stream (streams2)

MIT 7 个版本
安装
npm install string-to-stream
yarn add string-to-stream
pnpm add string-to-stream
bun add string-to-stream
README

string-to-stream travis npm downloads javascript style guide

Convert a string into a stream (streams2)

install

npm install string-to-stream

usage

Use string-to-stream like this:

var str = require('string-to-stream')

str('hi there').pipe(process.stdout) // => 'hi there'

license

MIT. Copyright (c) Feross Aboukhadijeh.

版本列表
3.0.1 2019-08-26
3.0.0 2019-08-23
2.0.0 2019-06-28
1.1.1 2018-04-28
1.1.0 2016-04-22
1.0.1 2015-05-05
1.0.0 2014-09-03