UNPKG

@lancercomet/utils

Version:
37 lines (27 loc) 698 B
# @lancercomet/utils [![MyWebLibs](https://github.com/LancerComet/MyWebLibs/workflows/Test/badge.svg)](https://github.com/LancerComet/MyWebLibs/actions) [![npm version](https://badge.fury.io/js/@lancercomet%2Futils.svg)](https://badge.fury.io/js/@lancercomet%2Futils) My personal utils lib. Module included: - Blob - Cookie - Element - Format - Images - Numbers - Random - Scroll - Strings - Tasks - Time - Types - Url ## Quick Start ```ts import { isNumber } from '@lancercomet/utils/typs' import { getStringCharCount } from '@lancercomet/utils/strings' isNumber(10) // true getStringCharCount('🍺🐸') // 2 ``` ## License Apache-2.0