Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.18 KB

README.zh-CN.md

File metadata and controls

61 lines (40 loc) · 1.18 KB

开发工具函数集合

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

English | 简体中文

背景

汇总日常开发常用工具函数

功能

  • format 数据转换
  • hooks 自定义 react hooks
  • regex 正则
  • types 自定义 ts 类型
  • validator 校验函数

安装

npm install @nmsn/utils

使用

import { addThousandSeparator } from '@nmsn/utils';

// '1,000'
console.log(addThousandSeparator(1000));

已完成

  • rollup 打包
  • jest
  • typescript
  • dumi 文档

待开发

  • 完善测试用例
  • 更多工具函数

维护人员

@nmsn

贡献

提交 issue

协议

MIT © nmsn