https://github.com/kieranwv/utils
Collection of common JavaScript / TypeScript utils by @kieranwv.
https://github.com/kieranwv/utils
Last synced: 3 days ago
JSON representation
Collection of common JavaScript / TypeScript utils by @kieranwv.
- Host: GitHub
- URL: https://github.com/kieranwv/utils
- Owner: kieranwv
- License: mit
- Created: 2024-10-25T02:42:30.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-07T01:47:23.000Z (4 months ago)
- Last Synced: 2025-04-07T09:02:40.833Z (19 days ago)
- Language: TypeScript
- Homepage:
- Size: 238 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @kieranwv/utils
[](https://github.com/kieranwv/utils/releases)
[](https://www.npmjs.com/package/@kieranwv/utils)
[](https://github.com/kieranwv/utils/actions/workflows/ci.yml)Collection of common JavaScript / TypeScript utils by @kieranwv.
## Usage
```bash
npm install @kieranwv/utils -D
``````js
import { IndexedDB } from '@kieranwv/utils'const db = new IndexedDB()
```## Utils
| name | description |
| ---------------------------------- | ---------------------------------------- |
| [`IndexedDB`](./src/indexed-db.ts) | The CRUD class for indexedDB in browser. |
| [`toLowerCase`](./src/format.ts) | Converts string characters to lowercase. |## License
[MIT License](./LICENSE) © 2024 [Kieran Wang](https://github.com/kieranwv/)