Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Some Array, Object and Funtion utilities used for the river framework

Installation

Copy these files in a directory called commonUtils under the modules directory and then include in the list of modules to load

Use

var arrayUtils = require('commonUtilsModule').array;

var found = arrayUtils.find(myArray, function(it) {
    return it.name === 'ted';
});

About

Common Arrray,Object and Function utilities

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages