From bc89f04cbf5e7a8480331eea77e57a100c8179d7 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Fri, 24 Jan 2020 22:15:31 +0900 Subject: Add signal handlers (#3757) --- cli/js/deno.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/js/deno.ts') diff --git a/cli/js/deno.ts b/cli/js/deno.ts index e53f9a63a..2d20ae811 100644 --- a/cli/js/deno.ts +++ b/cli/js/deno.ts @@ -101,6 +101,7 @@ export { } from "./process.ts"; export { transpileOnly, compile, bundle } from "./compiler_api.ts"; export { inspect } from "./console.ts"; +export { signal, signals, SignalStream } from "./signals.ts"; export { build, OperatingSystem, Arch } from "./build.ts"; export { version } from "./version.ts"; export const args: string[] = []; -- cgit v1.2.3