mirror of
https://github.com/denoland/deno.git
synced 2025-01-08 15:19:40 -05:00
doc: remove unstable API marker form Deno.Metrics and Deno.RunOptions (#4949)
This commit is contained in:
parent
8feb30e325
commit
b980b26d85
1 changed files with 0 additions and 3 deletions
3
cli/js/lib.deno.ns.d.ts
vendored
3
cli/js/lib.deno.ns.d.ts
vendored
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue