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'2 dependencies2 dependents3 versionslodashmocha@everything-registry/sub-chunk-1982@zalastax/nolb-jsm1.0.26 years ago1.0.16 years ago1.0.06 years ago