An open API service indexing awesome lists of open source software.

https://github.com/hyper63/deno-hyper63


https://github.com/hyper63/deno-hyper63

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# hyper63

experimental version of hyper63 written for deno

This version is using free monad for the adapter pattern, which should result in cleaner maintanable code. And clear and safe adapter implementation.

One requirement is that each adapter function returns a promise, this promise will be converted over to a Task during the
loading process.