Skip to content
/ utils Public

Collection of common JavaScript / TypeScript utils by @kieranwv.

License

Notifications You must be signed in to change notification settings

kieranwv/utils

Repository files navigation

@kieranwv/utils

GitHub Release Version NPM Version Build Status

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.
toLowerCase Converts string characters to lowercase.

License

MIT License © 2024 Kieran Wang

About

Collection of common JavaScript / TypeScript utils by @kieranwv.

Resources

License

Stars

Watchers

Forks

Packages

No packages published