0.0.2 • Published 9 months ago

js-modularity v0.0.2

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

JavaScript工具类 js-moduarity

** 如何引入 **

npm install js-moduarity
import { system } from "js-moduarity";

此工具类包含以下: 1. system类-writeLine可直接使用,按特殊格式打印输出(替代自带的log) 1. 字符串 stringUtils 2. 数组类 arrayUtils 3. 校验 checkUtils 4. 其他工具-防抖,节流等 2. datetime类 -提供按格式获取 3. http类 -请求get or post

编辑 2023.8