ramda-alias

0.1.1 • Public • Published

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).

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i ramda-alias

      Weekly Downloads

      0

      Version

      0.1.1

      License

      MIT

      Last publish

      Collaborators

      • harry.ho