@olton/js-utils

JS Utils - The set of utilities functions, classes and routines written on javascript

Usage no npm install needed!

<script type="module">
  import oltonJsUtils from 'https://cdn.skypack.dev/@olton/js-utils';
</script>

README

Dependencies GitHub code size in bytes GitHub release GitHub pre-release GitHub

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-utils

Run tests

yarn test

Install

With npm

npm install @olton/js-utils --save-dev

With yarn

yarn add --dev @olton/js-utils

Using

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.