async-utilities

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

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

Usage

yarn add @bowencool/async-utilities
1
import { throttleAsyncResult } from '@bowencool/async-utilities';
1

Todo