@nmsn/utils
v0.7.0
Published
A day-to-day utils function collection.
Downloads
11
Maintainers
Readme
Utils
English | 简体中文
Background
Summarize common tool functions for daily development。
Features
format
Data type conversion functionshooks
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