@nmsn/utils
TypeScript icon, indicating that this package has built-in type declarations

0.7.0 • Public • Published

Utils

npm GitHub last commit GitHub commit activity NPM bundle size codecov license

English | 简体中文

Background

Summarize common tool functions for daily development。

Features

  • format Data type conversion functions
  • hooks Customized react hooks
  • regex
  • types Customized ts
  • 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

@nmsn

Contributing

submit a new issue

License

MIT © nmsn

Package Sidebar

Install

npm i @nmsn/utils

Weekly Downloads

0

Version

0.7.0

License

MIT

Unpacked Size

103 kB

Total Files

175

Last publish

Collaborators

  • nmsn