diff options
Diffstat (limited to 'cli/dts/lib.deno.unstable.d.ts')
-rw-r--r-- | cli/dts/lib.deno.unstable.d.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/dts/lib.deno.unstable.d.ts b/cli/dts/lib.deno.unstable.d.ts index 3bd990021..50749e1d6 100644 --- a/cli/dts/lib.deno.unstable.d.ts +++ b/cli/dts/lib.deno.unstable.d.ts @@ -1176,6 +1176,9 @@ declare namespace Deno { output(): Promise<SpawnOutput>; /** Kills the process with given Signal. Defaults to SIGTERM. */ kill(signo?: Signal): void; + + ref(): void; + unref(): void; } /** |