super-tools-lib
v1.75.0
Published
常用工具函数
Downloads
1,030
Maintainers
Readme
super-tools-lib
- 是一个功能强大、易于使用且定制化程度高的 JavaScript 工具库。它提供了许多常用的工具函数和类,以便开发人员可以更快速地完成任务。
- 现已封装了常用的数组、对象、字符串、日期、数字、函数、浏览器、url、正则、文件、图片、颜色、数据类型、数据结构、数学、网络、设备、其他等等常用的方法超过210+
安装
npm install super-tools-lib
of
yarn add super-tools-lib
使用
import _ from 'super-tools-lib';
_.guid()
of
import { guid } from 'super-tools-lib';
guid()
of
const _ = require('super-tools-lib');
_.guid();