@lancercomet/utils
My personal utils lib.
Module included:
- Blob
- Cookie
- Element
- Format
- Images
- Numbers
- Random
- Scroll
- Strings
- Tasks
- Time
- Types
- Url
Quick Start
import { isNumber } from '@lancercomet/utils/typs'
import { getStringCharCount } from '@lancercomet/utils/strings'
isNumber(10) // true
getStringCharCount('🍺🐸') // 2