(
key: Key,
options?: Partial<KVNamespaceGetOptions<undefined>>,
)
| 2140 | } |
| 2141 | interface KVNamespace<Key extends string = string> { |
| 2142 | get( |
| 2143 | key: Key, |
| 2144 | options?: Partial<KVNamespaceGetOptions<undefined>>, |
| 2145 | ): Promise<string | null> |
no outgoing calls