Skip to content

Commit

Permalink
doc: remove unstable API marker form Deno.Metrics and Deno.RunOptions (
Browse files Browse the repository at this point in the history
  • Loading branch information
cknight authored Apr 28, 2020
1 parent 8feb30e commit b980b26
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cli/js/lib.deno.ns.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit b980b26

Please sign in to comment.