koco-array-utilities
v1.5.4
Published
Array utilities to be used inside a koco project.
Downloads
11
Readme
koco-array-utilities
Array utilities to be used with a KOCO project.
Installation
bower install koco-array-utilities
Usage with KOCO
This is a shared module that is used in many other module. The convention is to configure an alias in the require.configs.js
with the name array-utilities
like so:
paths: {
...
'array-utilities': 'bower_components/koco-array-utilities/src/array-utilities'
...
}