declare module "@extra-array/split-at" { /** * Breaks iterable considering indices as separator. * @param x an array * @param is indices (sorted) */ declare function splitAt(x: Iterable, is: number[]): T[][]; export = splitAt; //# sourceMappingURL=splitAt.d.ts.map}