0.7.0 • Published 8 years ago

ramped v0.7.0

Weekly downloads
3
License
ISC
Repository
github
Last release
8 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

8 years ago

0.6.1

8 years ago

0.6.0

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago