UNPKG

victory-native

Version:

[![Victory Native](https://oss.nearform.com/api/banner?badge=victory&text=victory+native&bg=9c2f1e)](https://commerce.nearform.com/open-source/victory-native/)

5 lines (4 loc) 186 B
/** * Takes in array of numbers and a targetX and returns the _index_ of closest number */ export declare function findClosestPoint(xValues: number[], targetX: number): number | null;