0.0.4 • Published 4 years ago

@retailwe/common-utils v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

common

Common code such as libs, utils, helper, style, wxs

使用

安装

yarn add '@retailwe/common-utils' --save-exact

引入

import {
  time,
  rpx,
  object,
  is,
  image,
  path,
  money,
  wx
} from '@retailwe/common-utils';

is.isString('abc'); // true
money.f2y(10000); // 100.00

API

API 文档详情

开发

  • 运行:yarn watch
  • 构建:yarn build
  • 单元测试:yarn test
  • 测试报告:yarn cov
  • 文档:yarn doc

测试覆盖率

File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files71.4358.3310071.43
image.ts71.4358.3310071.4320,23
0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago