Skip to content

🚀 nutils-js是一个模块化、高性能的 JavaScript 实用工具库。

License

Notifications You must be signed in to change notification settings

qqlcx5/nutils-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 17, 2021
012a4bf · Sep 17, 2021

History

44 Commits
May 28, 2021
Sep 17, 2021
Sep 17, 2021
Mar 24, 2021
Sep 17, 2021
Aug 12, 2021
Aug 12, 2021
Aug 12, 2021
Aug 12, 2021

Repository files navigation

Javascript 前端高效开发工具库

加入前端有道交流群、技术探讨、学习

wechat

👉 nutils-js官网

npm LICENSE MIT

🚀 nutils-js 是一套在开发中实践积累起来的实用 JavaScript 工具库。其次为学习而生,在当今有很多类似库,基本教我们如何去使用它,作为工具我觉得最最要一点是理解工具的精髓,它是如何去实现的。

作为 Web 开发人员,在日常开发中难免遇到Array Object String Number等数据处理,或者是防抖节流函数等性能优化亦或者URL参数处理 类型判断等等这些都是使用率较高的 JavaScript 模块,避免在不同项目中复制粘贴的麻烦,发布在 npm 上,如果你有好的建议或者想为本项目贡献一份力的话,欢迎为本项目提交 pr,一起探讨和交流学习。

⬇️ 安装

npm i --save nutils-js

🍻 使用

const nutils = require('nutils-js')
nutils.chunk([1, 2, 3], 2)

📦 API 文档

数组

对象

函数

字符串

数字

浏览器

环境

About

🚀 nutils-js是一个模块化、高性能的 JavaScript 实用工具库。

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published