npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

bare-pipe

4.1.2

@kasperisager

npmHomeRepoSnykSocket
Downloads:1334
$ npm install bare-pipe
DailyWeeklyMonthlyYearly

bare-pipe

Native I/O pipes for JavaScript.

npm i bare-pipe

Usage

const Pipe = require('bare-pipe')

const stdout = new Pipe(1)

stdout.write('Hello world!\n')

License

Apache-2.0