hyper63 / hyper63/hyper-ext-counter
RFC: Extension proposal
Open
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Proposal for a "poor man's" extension system
The idea is to create higher order functions that take a hyper instance, then return a hyper instance with the extension attached. Then the extensions can be composed together.
`const hyper = compose(counter, addAndIndex, logger)(connect(process.env.HYPER))`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.