0.7.0 • Published 9 years ago

ramped v0.7.0

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

Ramped

A collection of functions to make functional programming easier.

Install

To add as a dependency to a Node.js project:

npm i ramped --save

Usage

ramped = require('ramped')

convert = ramped.make_array([
	R.prop('a'),
	R.prop('b')
])

new_array = convert({a: 1, b: 2})
// [1, 2]

Functions

License

ISC

0.7.0

9 years ago

0.6.1

10 years ago

0.6.0

10 years ago

0.5.1

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago