0.7.0 • Published 10 months ago

@nmsn/utils v0.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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

  • rollup
  • jest
  • typescript
  • dumi doc

TODO

  • More Test Case.
  • More utils.

Maintainers

@nmsn

Contributing

submit a new issue

License

MIT © nmsn

0.7.0

10 months ago

0.6.0

12 months ago

0.1.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.5.0

1 year ago

0.3.1

1 year ago

0.0.1

2 years ago