Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Sunny-117/outilx
https://github.com/Sunny-117/outilx
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Sunny-117/outilx
- Owner: Sunny-117
- Created: 2023-01-23T13:34:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T11:54:25.000Z (19 days ago)
- Last Synced: 2024-10-31T08:07:48.101Z (14 days ago)
- Language: TypeScript
- Homepage:
- Size: 21.7 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# outilx
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)[![](https://img.shields.io/github/followers/sunny-117.svg?style=social&label=Follow%20Me)](https://github.com/Sunny-117) [![npm](https://img.shields.io/npm/v/outilx.svg)](https://www.npmjs.com/package/outilx)
前端业务代码工具库
> 目的:高效率完成前端业务代码
业务开发过程中,会经常用到`日期格式化`、`url参数转对象`、`浏览器类型判断`、`节流函数`等常用函数,为避免不同项目多次复制粘贴的麻烦,这里统一封装,并发布到 npm,以提高开发效率。如果你也有常用的代码,欢迎为本项目提交 pr。
## :building_construction: Install
```bash
$ npm install --save-dev outilx
``````javascript
import { debounce, throttle } from "outilx";
```## :package: API 文档【wip】