diff options
Diffstat (limited to 'cli/js/deno.ts')
| -rw-r--r-- | cli/js/deno.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/deno.ts b/cli/js/deno.ts index e2052f729..c563d5112 100644 --- a/cli/js/deno.ts +++ b/cli/js/deno.ts @@ -90,7 +90,6 @@ export { dir, env, exit, - isTTY, execPath, hostname, loadavg, @@ -124,6 +123,7 @@ export { statSync, lstatSync, stat, lstat } from "./stat.ts"; export { symlinkSync, symlink } from "./symlink.ts"; export { connectTLS, listenTLS } from "./tls.ts"; export { truncateSync, truncate } from "./truncate.ts"; +export { isatty, setRaw } from "./tty.ts"; export { utimeSync, utime } from "./utime.ts"; export { version } from "./version.ts"; export { writeFileSync, writeFile, WriteFileOptions } from "./write_file.ts"; |
