@kieranwv/utils
v0.1.0
Published
Collection of common JavaScript / TypeScript utils by @kieranwv.
Downloads
71
Readme
@kieranwv/utils
Collection of common JavaScript / TypeScript utils by @kieranwv.
Usage
npm install @kieranwv/utils -D
import { IndexedDB } from '@kieranwv/utils'
const db = new IndexedDB()
Utils
| name | description |
| -------------------------------- | -------------------------------------- |
| IndexedDB
| The CRUD class for indexedDB in browser. |
License
MIT License © 2024 Kieran Wang