From 1bcc35b84a78fb052b8092b7ed57c2ce763f5d4b Mon Sep 17 00:00:00 2001 From: Sebastien Filion Date: Fri, 10 Jul 2020 10:07:12 -0400 Subject: feat(unstable): add Deno.consoleSize (#6520) --- cli/js/deno_unstable.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/js/deno_unstable.ts') 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"; -- cgit v1.2.3