Search results

264 packages found

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

Some utilities that are used in functional programming

published 0.1.7 4 years ago
M
Q
P

creates function with arguments bound to it

published 0.0.2 8 years ago
M
Q
P

Babel plugin to compose functions with piping using the & operator

published 0.1.0 7 years ago
M
Q
P

javascript function currying

published 0.1.4 8 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 5 years ago
M
Q
P

react stateless component curry

published 1.1.8 7 years ago
M
Q
P

工具函数库,封装了常用的函数和一些原生方法的实现,后续会继续维护更新

published 1.0.3 2 years ago
M
Q
P

Partial application for functions that accept options objects.

published 0.2.0 10 years ago
M
Q
P

A wrapper around Most.js 1.0 providing an auto-curried API + a few minor changes

published 0.0.1-alpha-02 6 years ago
M
Q
P

A lightweight functional library for functional composition and object composition.

published 0.0.1 5 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

curry function and partial function

published 1.0.1 5 years ago
M
Q
P

Tests a value’s type against a string like 'positive integer' or 'non-empty map'.

published 1.1.0 6 years ago
M
Q
P

R.curry exported as a module

published 0.26.1 5 years ago
M
Q
P

R.curry exported as a module

published 0.26.1 5 years ago
M
Q
P

Function utilities

published 0.0.11 4 years ago
M
Q
P

decorate a function so it will curry if not given enough arguments

published 0.1.1 11 years ago
M
Q
P

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

published 0.1.2 2 years ago
M
Q
P

Curry Function Support Any Order Curry

published 0.0.3 8 years ago
M
Q
P