From a2bf61d1ae3ba2ff746a98ad2f0a96b6fc7782d0 Mon Sep 17 00:00:00 2001 From: uki00a Date: Wed, 8 Jul 2020 23:35:45 +0900 Subject: feat(unstable): Deno.ppid (#6539) --- cli/js/lib.deno.unstable.d.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cli/js/lib.deno.unstable.d.ts') diff --git a/cli/js/lib.deno.unstable.d.ts b/cli/js/lib.deno.unstable.d.ts index 20096cb28..cec4f7f46 100644 --- a/cli/js/lib.deno.unstable.d.ts +++ b/cli/js/lib.deno.unstable.d.ts @@ -1194,4 +1194,9 @@ declare namespace Deno { * ``` */ export function fstat(rid: number): Promise; + + /** **UNSTABLE**: New API, yet to be vetted. + * The pid of the current process's parent. + */ + export const ppid: number; } -- cgit v1.2.3