declaremodule"@extra-array/filter-at" {
/**
* Keeps values at given indices only.
* @param x an array (updated)
* @param is indices (sorted)
* @returnsx
*/declarefunction filterAt<T>(x: T[], is: number[]): T[];
export = filterAt;
//# sourceMappingURL=filterAt.d.ts.map}