0.28.0 • Published 6 years ago
@olton/js-utils v0.28.0
JS:Utils - Utilities functions, classes and routines
JS Utils is a set of utilities functions, classes and routines written on javascript
Contributing
Clone repository / Get source
git clone https://github.com/olton/js-utilsRun tests
yarn testInstall
With npm
npm install @olton/js-utils --save-devWith yarn
yarn add --dev @olton/js-utilsUsing
import {each} from "@olton/js-utils";
const a = [1, 2, 3, 4, 5];
each(a, function(){
console.log(this);
})Documentation
You can find the documentation at this link.
License
This software is free to use under the MIT license. See the LICENSE file for license text and copyright information.