JSPM

  • Created
  • Published
  • Downloads 19339
  • Score
    100M100P100Q141977F
  • License Apache-2.0

Native TTY streams for JavaScript

Package Exports

  • bare-tty
  • bare-tty/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bare-tty) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

bare-tty

Native TTY streams for JavaScript.

npm install bare-tty

Usage

const tty = require('bare-tty')

const stdout = new tty.WriteStream(1)

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

License

Apache-2.0