mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 20:22:26 +03:00
4 lines
444 B
TypeScript
4 lines
444 B
TypeScript
|
// Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/deps/@jspm/core@1.1.0/nodelibs/tty.js
|
||
|
|
||
|
|
||
|
var t={};t.isatty=function(){return !1},t.ReadStream=function(){throw new Error("tty.ReadStream is not implemented")},t.WriteStream=function(){throw new Error("tty.WriteStream is not implemented")};var ReadStream=t.ReadStream;var WriteStream=t.WriteStream;var isatty=t.isatty;export default t;export{ReadStream,WriteStream,isatty};
|