@olton/js-utils

0.28.0 • Public • Published

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.

Dependencies (0)

    Dev Dependencies (18)

    Package Sidebar

    Install

    npm i @olton/js-utils

    Weekly Downloads

    3

    Version

    0.28.0

    License

    MIT

    Unpacked Size

    32.6 kB

    Total Files

    34

    Last publish

    Collaborators

    • olton