hurry.js

0.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i hurry.js

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • callmecavs