PostHogCustomStorage
Properties
| Name | Type |
|---|---|
getItem | (key: string) => string | null | Promise<string | null> |
setItem | (key: string, value: string) => void | Promise<void> |
| Name | Type |
|---|---|
getItem | (key: string) => string | null | Promise<string | null> |
setItem | (key: string, value: string) => void | Promise<void> |