Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

through2-str

lukeburns5ISC0.0.1

String to stream

readme

str

Strings to streams

var str = require('str');
str('Hello').pipe(process.stdout);