ramda-extended

Extend Ramda with extra capabilities, including Ember.js support.

Usage no npm install needed!

<script type="module">
  import ramdaExtended from 'https://cdn.skypack.dev/ramda-extended';
</script>

README

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