0.1.1 • Published 9 years ago

ramda-alias v0.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

ramda-alias

The alias temporary fix for a practical functional library for Javascript programmers.

Why ramda-alias?

Because things keep changing and deprecating prior to the big 1.0.0 release. People are having issues with loss/replaced functions without warning. Here is a decorator for the aliases.

Installation

To use with node:

$ npm install ramda-alias

Then in the console:

var ramda = require('ramda');
require('ramda-alias')(ramda);

If a CommonJS environment isn't detected, the module will attempt to alias the methods on a global Ramda instance (on window.R).

0.1.1

9 years ago

0.1.0

9 years ago