@kieranwv/utils
v0.3.0
Published
Collection of common JavaScript / TypeScript utils by @kieranwv.
Readme
@kieranwv/utils
Collection of common JavaScript / TypeScript utils by @kieranwv.
Usage
npm install @kieranwv/utils -Dimport { IndexedDB } from '@kieranwv/utils'
const db = new IndexedDB()Utils
| name | description |
| ---------------------------------- | ---------------------------------------- |
| IndexedDB | The CRUD class for indexedDB in browser. |
| toLowerCase | Converts string characters to lowercase. |
License
MIT License © 2024 Kieran Wang
