diff --git a/cli/js/lib.deno.ns.d.ts b/cli/js/lib.deno.ns.d.ts index a421b46aa09d3f..d74e4fe3f33153 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; - /** **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 */