(key: string, value: T)
| 3954 | get<T = unknown>(key: string): T | undefined |
| 3955 | list<T = unknown>(options?: SyncKvListOptions): Iterable<[string, T]> |
| 3956 | put<T>(key: string, value: T): void |
| 3957 | delete(key: string): boolean |
| 3958 | } |
| 3959 | interface SyncKvListOptions { |
nothing calls this directly
no outgoing calls
no test coverage detected