Functional programming code bricks for JavaScript
Can be managed through jspm, duo, component, bower, ender, jam, spm, and npm.
jspm install github:aureooms/js-functional # or jspm install npm:aureooms-js-functional
No install step needed for duo!
component install aureooms/js-functional
bower install aureooms-js-functional
ender add aureooms-js-functional
jam install aureooms-js-functional
spm install aureooms-js-functional --save
npm install aureooms-js-functional --save
let functional = require( "github:aureooms/js-functional" ) ; // or import functional from 'aureooms-js-functional' ;
let functional = require( "aureooms/js-functional" ) ;
let functional = require( "aureooms-js-functional" ) ;
The script tag exposes the global variable functional.
functional
<script src="bower_components/aureooms-js-functional/js/dist/functional.min.js"></script>
Alternatively, you can use any tool mentioned here.
require( [ "aureooms-js-functional" ] , function ( functional ) { ... } ) ;
js-functional
Functional programming code bricks for JavaScript
Can be managed through jspm, duo, component, bower, ender, jam, spm, and npm.
Install
jspm
duo
No install step needed for duo!
component
bower
ender
jam
spm
npm
Require
jspm
let functional = require( "github:aureooms/js-functional" ) ; // or import functional from 'aureooms-js-functional' ;
duo
let functional = require( "aureooms/js-functional" ) ;
component, ender, spm, npm
let functional = require( "aureooms-js-functional" ) ;
bower
The script tag exposes the global variable
functional
.<script src="bower_components/aureooms-js-functional/js/dist/functional.min.js"></script>
Alternatively, you can use any tool mentioned here.
jam
require( [ "aureooms-js-functional" ] , function ( functional ) { ... } ) ;