UNPKG

208 BTypeScriptView Raw
1/**
2 * Gets zero-based index.
3 * @param x an array
4 * @param i index (-ve: from right) (0)
5 */
6declare function index<T>(x: T[], i?: number): number;
7export default index;
8//# sourceMappingURL=index!.d.ts.map
\No newline at end of file