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'
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'
npm i jsmp-infrastucture-name
0
1.0.2
ISC
4.09 kB
8