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-ttyUsage
const tty = require('bare-tty')
const stdout = new tty.WriteStream(1)
stdout.write('Hello world!\n')License
Apache-2.0