UNPKG

@extra-array/get

Version:
10 lines (9 loc) 221 B
declare module "@extra-array/get" { /** * Gets value at index. * @param x an array * @param i index (-ve: from right) */ declare function get<T>(x: T[], i: number): T; export = get; //# sourceMappingURL=get.d.ts.map}