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