naive-storage
v1.0.2
Published
A tiny common wrapper for storage
Readme
extract-valid
A tiny common wrapper for storage.
Install
npm install naive-storageUsage
import { createNaiveStorage } from 'naive-storage'
const storage = createNaiveStorage({
storage: localStorage
})
License
MIT
