UNPKG

@extra-array/get-all

Version:
10 lines (9 loc) 227 B
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}