ramda
A practical functional library for JavaScript programmers.
A practical functional library for JavaScript programmers.
> Get the word count from a string
MIRROR: A practical functional library for JavaScript programmers.
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`.
Async combinators and decorators collection
Returns a new array comprised of the given array's contents with the given value appended.
Point free style, functional Javascript library with focus on object arrays
A practical functional library for JavaScript programmers.
> Convert a string into a slug
Debugging for Ramda.
Heavily overloaded functions (pipe/compose) for type-safe function composition in TypeScript
Curried function deriving a new array containing items from given array for which predicate returns true. Supports unary function, RegExp, dot/bracket-notation string path, and compound query object as predicate.
A javascript function library.
Functional point-free utilities for js
Curried predicate which checks that a value exists in an array. Generally faster than `indexOf` across JS engines.
Point free style, functional Javascript library
Utility functions to convert class-based api's to parameter-based functions
Put a value in a box
Point free style, functional Javascript library
Tiny goodies for Continuation-Passing-Style functions