Extend Ramda with extra capabilities.
This package does the following:
- Bundles Ramda v0.19.1 so you shouldn't install ramda separately
- Adds additional helper methods to the global
R
object
<script src="bower_components/ramda-extended/dist/ramda-extended.js">
bower install --save ramda-extended
npm install --save
var R = require('ramda-extended')
0.3.0: MAJOR BREAKING CHANGES
- Moved RSVP support to ramda-extended-rsvp
- Moved Ember support to ember-cli-ramda-extended
- Simplified the build structure