Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 219 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 219 Bytes

bare-tty

Native TTY streams for JavaScript.

npm i bare-tty

Usage

const tty = require('bare-tty')

const stdout = new tty.WriteStream(1)

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

License

Apache-2.0