UNPKG

@ohm-vision/react-storage

Version:

Extension to React to interact with native Window Storage object

4 lines (3 loc) 118 B
export function IsBrowser() { return window !== undefined && document !== undefined && navigator !== undefined; }