mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
parent
d1706c2ac9
commit
49d8320e45
1 changed files with 2 additions and 3 deletions
5
cli/tsc/dts/lib.deno.unstable.d.ts
vendored
5
cli/tsc/dts/lib.deno.unstable.d.ts
vendored
|
@ -2043,9 +2043,8 @@ declare namespace Deno {
|
|||
* });
|
||||
* ```
|
||||
*/
|
||||
listenQueue(
|
||||
handler: (value: unknown) => Promise<void> | void,
|
||||
): Promise<void>;
|
||||
// deno-lint-ignore no-explicit-any
|
||||
listenQueue(handler: (value: any) => Promise<void> | void): Promise<void>;
|
||||
|
||||
/**
|
||||
* Create a new {@linkcode Deno.AtomicOperation} object which can be used to
|
||||
|
|
Loading…
Reference in a new issue