1
0
Fork 0
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:
Chris Knight 2020-04-28 11:35:43 +01:00 committed by GitHub
parent 8feb30e325
commit b980b26d85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 */