diff options
Diffstat (limited to 'cli/dts/lib.deno.unstable.d.ts')
-rw-r--r-- | cli/dts/lib.deno.unstable.d.ts | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/cli/dts/lib.deno.unstable.d.ts b/cli/dts/lib.deno.unstable.d.ts index 12f53b784..7ebd80422 100644 --- a/cli/dts/lib.deno.unstable.d.ts +++ b/cli/dts/lib.deno.unstable.d.ts @@ -753,17 +753,6 @@ declare namespace Deno { /** **UNSTABLE**: new API, yet to be vetted. * - * SleepSync puts the main thread to sleep synchronously for a given amount of - * time in milliseconds. - * - * ```ts - * Deno.sleepSync(10); - * ``` - */ - export function sleepSync(millis: number): void; - - /** **UNSTABLE**: new API, yet to be vetted. - * * A generic transport listener for message-oriented protocols. */ export interface DatagramConn extends AsyncIterable<[Uint8Array, Addr]> { /** **UNSTABLE**: new API, yet to be vetted. |