(key: Key)
| 1506 | getWithMetadata<Metadata = unknown>(key: Array<Key>, options?: KVNamespaceGetOptions<"text">): Promise<Map<string, KVNamespaceGetWithMetadataResult<string, Metadata>>>; |
| 1507 | getWithMetadata<ExpectedValue = unknown, Metadata = unknown>(key: Array<Key>, options?: KVNamespaceGetOptions<"json">): Promise<Map<string, KVNamespaceGetWithMetadataResult<ExpectedValue, Metadata>>>; |
| 1508 | delete(key: Key): Promise<void>; |
| 1509 | } |
| 1510 | interface KVNamespaceListOptions { |
| 1511 | limit?: number; |
no outgoing calls
no test coverage detected