From 37340e23865b17b1466a7e32997b0add96dd3806 Mon Sep 17 00:00:00 2001 From: Colin Ihrig Date: Wed, 26 Oct 2022 16:37:48 -0400 Subject: chore(unstable): rename Deno.getUid() and Deno.getGid() (#16432) This commit renames `Deno.getUid()` to `Deno.uid()` and renames `Deno.getGid()` to `Deno.gid()`. --- cli/dts/lib.deno.ns.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/dts/lib.deno.ns.d.ts') diff --git a/cli/dts/lib.deno.ns.d.ts b/cli/dts/lib.deno.ns.d.ts index 518b81edd..f9baddb06 100644 --- a/cli/dts/lib.deno.ns.d.ts +++ b/cli/dts/lib.deno.ns.d.ts @@ -3762,8 +3762,8 @@ declare namespace Deno { | "systemMemoryInfo" | "networkInterfaces" | "osRelease" - | "getUid" - | "getGid"; + | "uid" + | "gid"; } /** The permission descriptor for the `allow-ffi` permissions, which controls -- cgit v1.2.3