handy-helper
TypeScript icon, indicating that this package has built-in type declarations

1.8.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i handy-helper

Weekly Downloads

23

Version

1.8.0

License

MIT

Unpacked Size

10.7 kB

Total Files

9

Last publish

Collaborators

  • chenxiaofei