jtools-ts
v1.0.8
Published
tool library
Downloads
1
Maintainers
Readme
jtools-ts
介绍
一个非常常用的工具集合,主要自己使用,避免重复编写相同代码
软件架构
- [x] rollup
- [x] typescript
- [x] eslint
- [x] prettier
- [x] lint-staged
- [x] husky
- [x] commitlint
- [x] jest
使用说明
npm install -S jtools-ts
import { throttle } from 'jtools-ts'
开发运行
npm install
husky init