0.0.2 • Published 7 years ago

hurry.js v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Hurry.js

Hurry.js on NPM

An optimized curry function, for enabling full and partial function application.

Usage

Hurry was developed with a modern JavaScript workflow in mind. To use it, it's recommended you have a build system in place that can transpile ES6, and bundle modules. For a minimal boilerplate that does so, check out outset.

Follow these steps to get started:

Install

Using NPM, install Hurry.js, and add it to your package.json dependencies.

$ npm install hurry.js --save

Call

Import Hurry, then call it, passing it the function to curry.

// import Hurry
import hurry from 'hurry.js'

// create a new curried function
const curried = hurry(function() {
  // ...
})

License

MIT. © 2016 Michael Cavalea

Built With Love

0.0.2

7 years ago

0.0.1

8 years ago