File: tty.js

package info (click to toggle)
node-libs-browser 2.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: javascript: 118; makefile: 2
file content (2 lines) | stat: -rw-r--r-- 70 bytes parent folder | download | duplicates (3)
1
2
exports.isatty = function () {};
exports.setRawMode = function () {};