Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
ramda
A practical functional library for JavaScript programmers.
rambda
Lightweight and faster alternative to Ramda with included TS definitions
types-ramda
Dedicated types library for ramda
@pnpm/ramda
A practical functional library for JavaScript programmers.
remeda
A utility library for JavaScript and Typescript.
fast-shuffle
A fast implementation of a fisher-yates shuffle that does not mutate the source array.
selectn
Curried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.
curry2
Curry a binary function.
@arrows/array
Functional tools for JS arrays
operators
JavaScript operators as functions
kyanite
A small library of pure functional utilities to make life easier and data better
json-parse
Curried function that calls `JSON.parse` on provided input returning either the parsed JSON or the specified default value if the data fails to parse as valid JSON instead of throwing a `SyntaxError`.
ramda-decimal
Ramda-centric wrapper to decimal.js
@zitterorg/magni-eos
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im
cpsfy
Tiny goodies for Continuation-Passing-Style functions
@typed/list
Common functions for working with arrays and array-like values
jest-mock-curry-fn
[](https://badge.fury.io/js/jest-mock-curry-fn)
lambda-dom
Functions for browser development that help with programming web projects in a functional style.
@lou.codes/utils
⚒️ Lou's Code curried functional utils
inarray
Curried predicate which checks that a value exists in an array. Generally faster than `indexOf` across JS engines.