declaremodule"@extra-array/cut" {
importtype { testFn } from"./_types";
/**
* Breaks array when test passes.
* @param x an array
* @param ft test function (v, i, x)
*/declarefunction cut<T>(x: T[], ft: testFn<T>): T[][];
export = cut;
//# sourceMappingURL=cut.d.ts.map}