Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fujiharuka/side-eff
https://github.com/fujiharuka/side-eff
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fujiharuka/side-eff
- Owner: FujiHaruka
- Created: 2017-09-17T07:24:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-17T08:03:29.000Z (about 7 years ago)
- Last Synced: 2024-11-01T01:17:03.434Z (15 days ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# side-eff
Monad-like class which enables to deal with side effect.
## Usage
Usage is just like `promise.then`.
See [example](https://github.com/FujiHaruka/side-eff/tree/master/example).