UNPKG

1.42 kBMarkdownView Raw
1# async-agent
2
3A javascript library of async functions
4
5[![npm][npm]][npm-url]
6[![build][build]][build-url]
7[![Coverage Status](https://coveralls.io/repos/github/DarrenPaulWright/async-agent/badge.svg?branch=master)](https://coveralls.io/github/DarrenPaulWright/async-agent?branch=master)
8[![deps][deps]][deps-url]
9[![size][size]][size-url]
10[![Known Vulnerabilities](https://snyk.io/test/github/DarrenPaulWright/async-agent/badge.svg?targetFile=package.json)](https://snyk.io/test/github/DarrenPaulWright/async-agent?targetFile=package.json)
11
12---
13
14<a name="Installation"></a>
15
16## Installation
17With npm ``` npm install async-agent ``` ## Compatibility Requires: - Babel >= 7.2 ## Docs - [defer](docs/defer.md) - [delay](docs/delay.md) - [clear](docs/clear.md) - [wait](docs/wait.md) - [forRange](docs/forRange.md) - [debounce](docs/debounce.md) - [throttle](docs/throttle.md)
18
19
20## License
21
22[MIT](LICENSE.md)
23
24[npm]: https://img.shields.io/npm/v/async-agent.svg
25[npm-url]: https://npmjs.com/package/async-agent
26[build]: https://travis-ci.org/DarrenPaulWright/async-agent.svg?branch=master
27[build-url]: https://travis-ci.org/DarrenPaulWright/async-agent
28[deps]: https://david-dm.org/darrenpaulwright/async-agent.svg
29[deps-url]: https://david-dm.org/darrenpaulwright/async-agent
30[size]: https://packagephobia.now.sh/badge?p=async-agent
31[size-url]: https://packagephobia.now.sh/result?p=async-agent