Skip to content

mediasuitenz/ramda-extended

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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