declare module "@extra-array/reject-at" {
/**
 * Discards values at given indices.
 * @param x an array
 * @param is indices
 */
declare function rejectAt<T>(x: Iterable<T>, is: number[]): T[];
export = rejectAt;
//# sourceMappingURL=rejectAt.d.ts.map}
