Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
core.lambda
Core combinators and higher-order functions
@mvp-rockets/namma-external-wrapper
A javascript-based wrapper for making API calls with the ability to add retries and ratelimits.
control.monads
Common monad combinators and sequencing operations.
laws
Verifications for Monad laws according to fantasy-land.
data.future
A monad for time-dependant values, providing explicit effects for delayed computations, latency, etc.
core.operators
Provides JS operators as curried functions.
folktale-validations
[](https://www.npmjs.com/package/folktale-validations) [](https://codecov.io/gh/Undistraction/fo
macros.operators
Sweet.js operator macros for common operations
ghost-stories
A small utility library that leverages folktale to make handling resources easier.
test.benchmark
A wrapper over Benchmark.js to make writing benchmarks easier
net.http-client
A pure HTTP client library with monadic promises.
alright
Beautiful assertion library.
wrapper.express
Monadic wrapper over Express web framework.
net.uri
Simple library for safely building URIs.
io.filesystem
Monadic wrapper on Node's fs library
data.array
Common array operations and combinators
core.check
Interface checking for JS values
parsing.combinators
Packrat parser combinator implementation.
core.arity
Restricts the arity of variadic functions.
@mvp-rockets/namma-ratelimit
A package to handle ratelimit in node apis