string-split
A curried `String.prototype.split` with support for splitting by String, RegExp, or Function.
A curried `String.prototype.split` with support for splitting by String, RegExp, or Function.
Curried function deriving new array values by applying provided function to each item/index of provided array. Fast and compatible with modern or old browsers.
Composable, curried factory for creating Redux reducers and actions
Curried calculation of the product of multiplying multiplicand and multiplier.
curried ref helper for react components
Curried predicate which checks that a value exists in an array. Generally faster than `indexOf` across JS engines.
Partial application syntax for JavaScript, inspired by Scala & Kotlin.
An utility function to check if any arbitrary object has any property on any deep level.
Tiny goodies for Continuation-Passing-Style functions
FP for Vanilla JavaScript
Creates a unary function wrapper which extracts a specific argument by index and applies the argument to the original unary function.
Curried function which takes a map of `RegExp` string keys which when successfully matched given string, resolves to mapped value.
Tests a value’s type against a string like 'positive integer' or 'non-empty map'.
Ramda-centric wrapper to decimal.js
A practical functional library for JavaScript programmers.
Curried functional programming library
JS utility tool
The unicorn String.prototype.prepend as a curried function.
A collection of curried fns for js like 'add' and undefined
Partial application syntax and implicit parameters for JavaScript, inspired by Scala's `_` & Kotlin's `it`