Skip to content

tonickkozlov/simple-curry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This module provides a reference curry implementation in Javascript (ES6)

const testFn = function(foo, bar, baz) {
    return foo + bar + baz
}

t.equal(curry(testFn)(1)(2)(3), 6)

About

A simple curry implementation with Javascript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published