Search results

268 packages found

pointfree curried anything

published 0.0.1 8 years ago
M
Q
P

A helper module that creates a currying function

published 0.0.4 10 years ago
M
Q
P

curry map helper

published 1.0.0 2 years ago
M
Q
P

A tiny library for isomorphic javascript currying utility functions

published 1.0.1 4 years ago
M
Q
P

curryNamed is a JavaScript utility that turns any function that receives a single object parameter into a variadic curried version of that function

published 0.2.1 6 years ago
M
Q
P

Makes functional programming and currying convenient when working with API’s that rely on objects and methods

published 0.1.3 9 years ago
M
Q
P

A curry for functions taking a hash of named arguments

published 0.0.0 9 years ago
M
Q
P

curry map helper

published 1.0.4 2 years ago
M
Q
P

Chaining into lazy synthesize functions

published 0.1.0 12 years ago
M
Q
P

Simple curry

published 0.0.1 10 years ago
M
Q
P

a method factory system

published 0.0.17 6 years ago
M
Q
P

Reuse string interpolation in JavaScript. `dynamic-string` is a a curried dynamic template string.

published 0.1.2 3 years ago
M
Q
P

Make partial functions with currying!

published 0.1.1 6 years ago
M
Q
P

creates function with arguments bound to it

published 0.0.2 8 years ago
M
Q
P

javascript function currying

published 0.1.4 9 years ago
M
Q
P

```jsx /** * @name curry * @type {Function} * @description recursive autocurry * @since 0.0.1 * @example curry(function, arg1, arg2)(arg3)(arg4, arg5) */ export const curry = (func, array = []) => (...args) => (arr) => ( arr.length === func.length ? func(

published 0.0.1 6 years ago
M
Q
P

uncurry operator

published 0.0.5 8 years ago
M
Q
P

A lightweight functional library for functional composition and object composition.

published 0.0.1 6 years ago
M
Q
P

Reduce that can be used with objects and arrays

published 0.1.1 6 years ago
M
Q
P

Simple currying function

published 0.0.1 10 years ago
M
Q
P