This package has been deprecated

Author message:

Renamed to @bowencool/async-utilities

high-order-async-utilities
TypeScript icon, indicating that this package has built-in type declarations

2.5.3 • Public • Published

Async Utilities

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

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

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

Usage

使用 npm:

npm i high-order-async-utilities
import { throttleAsyncResult } from 'high-order-async-utilities';

在浏览器中:

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

Todo

Package Sidebar

Install

npm i high-order-async-utilities

Weekly Downloads

9

Version

2.5.3

License

MIT

Unpacked Size

33.4 kB

Total Files

43

Last publish

Collaborators

  • npm_bowen