English | 简体中文
Summarize common tool functions for daily development。
formatData type conversion functionshooksCustomizedreact hooksregextypesCustomizedtsvalidatorCheck function
npm install @nmsn/utilsimport { addThousandSeparator } from '@nmsn/utils';
// '1,000'
console.log(addThousandSeparator(1000));- rollup
- jest
- typescript
- dumi doc
- More Test Case.
- More utils.
MIT © nmsn