An open API service indexing awesome lists of open source software.

https://github.com/aleclarson/applychain


https://github.com/aleclarson/applychain

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# applyChain v1.0.2 ![stable](https://img.shields.io/badge/stability-stable-4EBA0F.svg?style=flat)

Calls each `Function` in a given `Array`.

- If you push to the given `Array` while `applyChain` is running, it will not be ignored!

```coffee
applyChain = require "applyChain"

applyChain callbacks, context, args
```