Skip to content

twilson63/fp-curryN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fp-curryN

Using a curry function, you can give any variadic function the ability to be partially applied.

npm install fp-curryN

Usage

const curryN = require('fp-curryN')
const add = (a, b) => a + b
const sum = curryN(3, reduce)(add, 0)

About

Auto Curry Function

Resources

Stars

Watchers

Forks

Packages

No packages published