1.0.3 • Published 5 months ago

shu-c-tools v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

工具类

js 工具类库,文档请看 shuCFrame/生态系统/ShuCUtils 帮助函数工具库

shu-c-utils 包已弃用,修改为shu-c-toolsshu-c-gdt-jsapi两个包。

安装和快速上手

npm 安装

npm i shu-c-tools

代码中如何使用:

import { sum, trim } from 'shu-c-tools';

mounted() {
    console.log('ccc: ', sum([1, 2, 3, 4]));
    console.log(trim('    去除空格   ', 3));
}
1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

6 months ago

1.0.0

8 months ago