0.3.11 • Published 2 years ago

@kaivanwong/utils v0.3.11

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@kaivanwong/utils

JavaScript/TypeScript utils commonly used by @kaivanwong

Installation

Install dependency packages

pnpm add @kaivanwong/utils

# You can also use yarn or npm

npm install @kaivanwong/utils --s

You can also choose CDN to import, add this line to your index.html and play

<script src="https://cdn.jsdelivr.net/npm/@kaivanwong/utils/index.min.js"></script>

Example

Here's a simple way to use it. Learn more about using documents to find by table

import { setCache } from '@kaivanwong/utils'

setCache('key','save-data')

Utils Found Here

NameDescription
autoSome automated tool functions
cacheA general caching method based on storage
regexpSummary of common regular expressions
themeSome useful methods for building themes
validateA simple validate methods for from validation

More tools are being integrated...

License

MIT licensed © 2022-PRESENT Kaivan Wong

0.3.9

2 years ago

0.3.11

2 years ago

0.3.10

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.4

2 years ago

0.3.2

2 years ago

0.3.3

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago