No description provided.
StorageGetter
type StorageGetter = () => ( key: string ) => string | null | Promise<string | null>
Was this page helpful?