Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/team-griffin/mostc
Curried most methods
https://github.com/team-griffin/mostc
Last synced: about 1 month ago
JSON representation
Curried most methods
- Host: GitHub
- URL: https://github.com/team-griffin/mostc
- Owner: team-griffin
- License: mit
- Created: 2018-06-01T10:33:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T01:26:16.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T19:12:15.792Z (8 months ago)
- Language: TypeScript
- Size: 2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mostc
Curried most methodsContains curried variants of the following methods:
- map
- chain
- tap
- filter
- startWith
- concat
- continueWith
- concatMap
- transduce
- slice
- take
- skip
- takeWhile
- skipWhile
- skipAfter
- until
- since
- during
- loop
- reduce
- observe
- delay
- recoverWith
- merge
- combine