tobe-fe-dalao / fastool

一个"短小精悍"的现代JS工具库

Home Page:https://tobe-fe-dalao.github.io/fastool/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prettier Apache

Fastool

我计划在接下来的两周内,使用ChatGPT对该插件进行调整和优化,以解决其性能问题。

这是一个简洁而功能强大的现代 JavaScript 工具库,使用该库可以有效提高你的开发效率,快速完成项目。

使用文档介绍 | 博文介绍

特性

  • ✅短小精悍,代码轻量
  • ✅基于 TypeScript 开发,类型安全
  • ✅适用于现代ES6规范
  • ✅包含动态插件库,可以随时调用,做随手可得且最全的工具库
  • ✅具备更多能力,等你去挖掘....

如何使用

import

# npm
npm install fastool

# yarn
yarn add fastool

# pnpm 🔥
pnpm add fastool

如果你不想在项目中引入太多依赖,而又想使用某一个方法

那么可以复制文档中的源码,在你的项目中引入

CDN源

// CDN源:jsdelivr

https://cdn.jsdelivr.net/npm/fastool@latest

CDN源:unpkg

https://unpkg.com/fastool@latest

Authors

这个项目需要感谢的参与者

About Me

如果您认为这个项目不错,可以在Github 上为我点个赞,支持一下作者 ☜(゚ヮ゚☜)

微信打赏一杯卡布奇诺

RoadMap

Milestones

License

Apache-2.0 © MaleWeb

About

一个"短小精悍"的现代JS工具库

https://tobe-fe-dalao.github.io/fastool/

License:Apache License 2.0


Languages

Language:TypeScript 96.2%Language:JavaScript 3.8%