Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 45a0939

Browse files
authored
Merge pull request #10 from motiejunas/master
Make KVNamespace list options optional
2 parents 64e35c8 + 3c7899d commit 45a0939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ interface KVNamespace {
458458

459459
delete(key: string): Promise<void>
460460

461-
list(options: {
461+
list(options?: {
462462
prefix?: string
463463
limit?: number
464464
cursor?: string

0 commit comments

Comments
 (0)