Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/segment-boneyard/after
After, just like in underscore.
https://github.com/segment-boneyard/after
Last synced: about 7 hours ago
JSON representation
After, just like in underscore.
- Host: GitHub
- URL: https://github.com/segment-boneyard/after
- Owner: segment-boneyard
- Created: 2013-02-14T06:45:04.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-26T22:49:05.000Z (over 9 years ago)
- Last Synced: 2024-04-09T16:30:59.986Z (7 months ago)
- Language: Makefile
- Homepage:
- Size: 199 KB
- Stars: 3
- Watchers: 38
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
README
# after
After, just like in underscore.
## Installation
$ component install segmentio/after
## API
### after(times, function)
Returns a function that will call the original `function`
after it has been called a certain number of `times`.## License
MIT