1.9.0 • Published 10 months ago

handy-helper v1.9.0

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

Handy Helper 使用文档

简介

handy-helper 提供了一系列常用的辅助函数,帮助开发者更轻松地处理常见的编程任务

安装

可以通过 npm 安装 handy-helper

npm install handy-helper

或者通过 yarn 安装

yarn add handy-helper

使用

  import { formatSizeUnits } from 'handy-helper';
  const res = formatSizeUnits(1212312)
  console.log(res) // 1,212,312

  import * as handyHelper from 'handy-helper';
  const res = handyHelper.formatSizeUnits(1212312)
  console.log(res) // 1,212,312

更多使用方式详见API文档 handy-helper APIs.

开发部署

1.9.0

10 months ago

1.8.0

1 year ago

1.7.0

1 year ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago