diff options
Diffstat (limited to 'cli/dts/lib.deno.unstable.d.ts')
-rw-r--r-- | cli/dts/lib.deno.unstable.d.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/dts/lib.deno.unstable.d.ts b/cli/dts/lib.deno.unstable.d.ts index 04c08b893..2dcd94f75 100644 --- a/cli/dts/lib.deno.unstable.d.ts +++ b/cli/dts/lib.deno.unstable.d.ts @@ -130,11 +130,11 @@ declare namespace Deno { */ export function osRelease(): string; - /** **Unstable** new API. yet to be vetted. + /** **Unstable** new API. yet to be vetted. * * Displays the total amount of free and used physical and swap memory in the * system, as well as the buffers and caches used by the kernel. - * + * * This is similar to the `free` command in Linux * * ```ts @@ -1113,7 +1113,7 @@ declare namespace Deno { /** see: https://w3c.github.io/permissions/#permissionstatus */ export class PermissionStatus { state: PermissionState; - constructor(state: PermissionState); + constructor(); } /** **UNSTABLE**: New API, yet to be vetted. Additional consideration is still |