1.0.3 • Published 3 years ago
@pearjs/tty v1.0.3
@pearjs/tty
Native TTY streams for JavaScript.
npm install @pearjs/ttyUsage
const TTY = require('@pearjs/tty')
const stdout = new TTY(1)
stdout.write('Hello world!\n')License
Apache-2.0
Native TTY streams for JavaScript.
npm install @pearjs/ttyconst TTY = require('@pearjs/tty')
const stdout = new TTY(1)
stdout.write('Hello world!\n')Apache-2.0