summaryrefslogtreecommitdiff
path: root/node_modules/@phntms/use-local-state/src/utils.ts
blob: 67d8ce6b674d38c731a237c9cdd2c64bc772836d (plain) (blame)
1
2
3
export const IS_BROWSER = typeof window !== "undefined";

export const SUPPORTED = IS_BROWSER && window.localStorage;