| 17 | setItem(key: typeof AUTH_STORAGE_KEY, value: StoredAuth): MaybePromise<void>; |
| 18 | } |
| 19 | export interface SessionStorageArea { |
| 20 | clear(base: 'local'): MaybePromise<void>; |
| 21 | } |
| 22 | |
| 23 | export type FetchLike = (input: string, init?: RequestInit) => MaybePromise<Response>; |
| 24 |
no outgoing calls
no test coverage detected