Utils
English | 简体中文
Background
Summarize common tool functions for daily development。
Features
-
format
Data type conversion functions -
hooks
Customizedreact hooks
regex
-
types
Customizedts
-
validator
Check function
Install
npm install @nmsn/utils
Usage
import { addThousandSeparator } from '@nmsn/utils';
// '1,000'
console.log(addThousandSeparator(1000));
Finished
- [x] rollup
- [x] jest
- [x] typescript
- [x] dumi doc
TODO
- [ ] More Test Case.
- [ ] More utils.
Maintainers
Contributing
License
MIT © nmsn