jsmp-infrastucture-name

1.0.2 • Public • Published

Module can be used in the next way:

import { chunkArray, repeatString } from 'jsmp-infrastucture-name';

const arr = [1,2,3,4]; const str = '1';

chunkArray(arr, 2); // Output [[1,2],[3,4]] repeatString(str, 2); // Output '111'

/jsmp-infrastucture-name/

    Package Sidebar

    Install

    npm i jsmp-infrastucture-name

    Weekly Downloads

    0

    Version

    1.0.2

    License

    ISC

    Unpacked Size

    4.09 kB

    Total Files

    8

    Last publish

    Collaborators

    • ma.shch