importtype { testFn } from'./_types';
/**
* Finds indices of values passing a test.
* @param x an array
* @param ft test function (v, i, x)
*/declarefunction findIndices<T>(x: Iterable<T>, ft: testFn<T>): number[];
exportdefault findIndices;
//# sourceMappingURL=index.d.ts.map