diff options
Diffstat (limited to 'cli/js/lib.deno.ns.d.ts')
-rw-r--r-- | cli/js/lib.deno.ns.d.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/js/lib.deno.ns.d.ts b/cli/js/lib.deno.ns.d.ts index a421b46aa..d74e4fe3f 100644 --- a/cli/js/lib.deno.ns.d.ts +++ b/cli/js/lib.deno.ns.d.ts @@ -2052,7 +2052,6 @@ declare namespace Deno { options?: StartTlsOptions ): Promise<Conn>; - /** **UNSTABLE**: not sure if broken or not */ export interface Metrics { opsDispatched: number; opsDispatchedSync: number; @@ -2210,8 +2209,6 @@ declare namespace Deno { signal?: number; }; - /** **UNSTABLE**: `args` has been recently renamed to `cmd` to differentiate from - * `Deno.args`. */ export interface RunOptions { /** Arguments to pass. Note, the first element needs to be a path to the * binary */ |