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