turboutils
v1.0.1
Published
A library of common tools.
Maintainers
Readme
turboutils
turboutils 是一个完全基于 typescript 的工具库,提供了一些常用的工具函数等。
✨ Features
- Easy to learn and use.
- Contains common hooks and encapsulates common apis.
- Written in TypeScript with predictable static types.
- High performance.
📦 Install
$ npm install --save turboutils
# or
$ pnpm add turboutils `推荐`
# or
$ yarn add turboutils🔨 Usage
import { EventEmitter, formatDate, padQuery, pick ... } from 'turboutils';🚀 API
...
