0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-15 10:06:23 -05:00

fix(kv): improve .listenQueue types (#21781)

Fixes: #21780
This commit is contained in:
Kitson Kelly 2024-01-07 00:42:14 +11:00 committed by Bartek Iwańczuk
parent 777d8f5261
commit 28e4f3d511
No known key found for this signature in database
GPG key ID: 0C6BCDDC3B3AD750

View file

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