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}
