@spacego/hooks
v0.0.1-alpha.1
Published
🚀 Common hooks in React.
Downloads
102
Maintainers
Readme
@spacego/turbo-utils
@spacego/turbo-utils 是一个完全基于 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 @spacego/turbo-utils
# or
$ pnpm add @spacego/turbo-utils `推荐`
# or
$ yarn add @spacego/turbo-utils🔨 Usage
import { padQuery, pick, deepClone, uuid ... } from '@spacego/turbo-utils';🚀 API
...
