UNPKG
web-ext-run
Version:
latest (0.2.3)
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
A tool to open and run web extensions
github.com/aklinker1/web-ext-run
aklinker1/web-ext-run
web-ext-run
/
lib
/
util
/
stdin.js
7 lines
•
168 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
function
isTTY
(
stream
) {
return
stream.
isTTY
; }
export
function
setRawMode
(
stream, rawMode
) { stream.
setRawMode
(rawMode); }
//# sourceMappingURL=stdin.js.map