UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 145 B
/** * Split array into a fixed number of segments. */ declare function split(array: any, segments?: number): any[]; export default split;