summaryrefslogtreecommitdiff
path: root/cli/tsc/dts/lib.deno.ns.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tsc/dts/lib.deno.ns.d.ts')
-rw-r--r--cli/tsc/dts/lib.deno.ns.d.ts11
1 files changed, 9 insertions, 2 deletions
diff --git a/cli/tsc/dts/lib.deno.ns.d.ts b/cli/tsc/dts/lib.deno.ns.d.ts
index 571a9dcd2..ca2be7ba1 100644
--- a/cli/tsc/dts/lib.deno.ns.d.ts
+++ b/cli/tsc/dts/lib.deno.ns.d.ts
@@ -4562,7 +4562,6 @@ declare namespace Deno {
*/
request(desc: PermissionDescriptor): Promise<PermissionStatus>;
-
/** Requests the permission, and returns the state of the permission.
*
* If the permission is already granted, the user will not be prompted to
@@ -4674,7 +4673,15 @@ declare namespace Deno {
arch: "x86_64" | "aarch64";
/** The operating system that the Deno CLI was built for. `"darwin"` is
* also known as OSX or MacOS. */
- os: "darwin" | "linux" | "windows" | "freebsd" | "netbsd" | "aix" | "solaris" | "illumos";
+ os:
+ | "darwin"
+ | "linux"
+ | "windows"
+ | "freebsd"
+ | "netbsd"
+ | "aix"
+ | "solaris"
+ | "illumos";
/** The computer vendor that the Deno CLI was built for. */
vendor: string;
/** Optional environment flags that were set for this build of Deno CLI. */