super-tools-lib
TypeScript icon, indicating that this package has built-in type declarations

1.74.0 • Public • Published

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();

Package Sidebar

Install

npm i super-tools-lib

Weekly Downloads

2

Version

1.74.0

License

ISC

Unpacked Size

450 kB

Total Files

228

Last publish

Collaborators

  • shiluodexiaobaitu