Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.18 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.18 KB

Ramda (Extended)

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

See Also

Installation (Browser)

<script src="bower_components/ramda-extended/dist/ramda-extended.js">

Installation (Bower)

  • bower install --save ramda-extended

Installation (Node)

  • npm install --save
  • var R = require('ramda-extended')

Changelog

0.3.0: MAJOR BREAKING CHANGES