https://github.com/aleclarson/applychain
https://github.com/aleclarson/applychain
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aleclarson/applychain
- Owner: aleclarson
- License: mit
- Created: 2016-05-17T09:02:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T16:55:06.000Z (over 7 years ago)
- Last Synced: 2025-01-18T02:44:03.549Z (over 1 year ago)
- Language: CoffeeScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# applyChain v1.0.2 
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
```