UNPKG

@polkadot/util

Version:
11 lines (10 loc) 353 B
/** * @summary Utility methods that operates on arrays */ export { arrayChunk } from './chunk.js'; export { arrayFilter } from './filter.js'; export { arrayFlatten } from './flatten.js'; export { arrayRange } from './range.js'; export { arrayShuffle } from './shuffle.js'; export { arrayUnzip } from './unzip.js'; export { arrayZip } from './zip.js';