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