bowencool / async-utilities

An asynchronous tools library in the style of higher-order functions.

Home Page:https://bowencool.github.io/async-utilities/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Async Utilities

Actions Status Coverage Status npm version npm downloads gzip size GitHub vitepress

一个异步工具库,风格以高阶函数为主。

An asynchronous tools library in the style of higher-order functions. Website

Usage

使用 npm:

npm i @bowencool/async-utilities
import { throttleAsyncResult } from '@bowencool/async-utilities';

在浏览器中:

<script scr="//unpkg.com/@bowencool/async-utilities"></script>
<!-- or -->
<script scr="//cdn.jsdelivr.net/npm/@bowencool/async-utilities"></script>

Todo

License

MIT

About

An asynchronous tools library in the style of higher-order functions.

https://bowencool.github.io/async-utilities/

License:MIT License


Languages

Language:TypeScript 57.2%Language:Vue 31.8%Language:JavaScript 9.9%Language:SCSS 1.2%