UNPKG

@extra-array/index

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