StorageGetter
No description provided.
StorageGetter
Copy
Ask AI
type StorageGetter = () => (
key: string
) => string | null | Promise<string | null>
Was this page helpful?
On this page
Assistant
Responses are generated using AI and may contain mistakes.