Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 459 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 459 Bytes

@glocurrency/storage

Tiny utilities to make use of local storage


Install

$ pnpm add @glocurrency/storage

Usage

import { isLocalStorageAvailable } from '@glocurrency/storage'

const available = isLocalStorageAvailable()

Authors