summaryrefslogtreecommitdiff
path: root/cli/js/deno_unstable.ts
diff options
context:
space:
mode:
authorSebastien Filion <sebastienfilion@mac.com>2020-07-10 10:07:12 -0400
committerGitHub <noreply@github.com>2020-07-10 10:07:12 -0400
commit1bcc35b84a78fb052b8092b7ed57c2ce763f5d4b (patch)
tree913a4533901ba35bf47012009c0fa4c88b8ebe60 /cli/js/deno_unstable.ts
parentdc6b3ef714c743358703512cd766aed4abc8bd3b (diff)
feat(unstable): add Deno.consoleSize (#6520)
Diffstat (limited to 'cli/js/deno_unstable.ts')
-rw-r--r--cli/js/deno_unstable.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/deno_unstable.ts b/cli/js/deno_unstable.ts
index 7d75c1c6a..f92d767b3 100644
--- a/cli/js/deno_unstable.ts
+++ b/cli/js/deno_unstable.ts
@@ -12,7 +12,7 @@ export { openPlugin } from "./ops/plugins.ts";
export { transpileOnly, compile, bundle } from "./compiler_api.ts";
export { applySourceMap, formatDiagnostics } from "./ops/errors.ts";
export { signal, signals, Signal, SignalStream } from "./signals.ts";
-export { setRaw } from "./ops/tty.ts";
+export { setRaw, consoleSize } from "./ops/tty.ts";
export { utimeSync, utime } from "./ops/fs/utime.ts";
export { ftruncateSync, ftruncate } from "./ops/fs/truncate.ts";
export { shutdown, ShutdownMode } from "./net.ts";