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