mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
Add signal handlers (#3757)
This commit is contained in:
parent
a6a7253df9
commit
bc89f04cbf
13 changed files with 596 additions and 2 deletions
|
@ -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[] = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue