UNPKG

victory-native

Version:

A charting library for React Native with a focus on performance and customization.

6 lines (5 loc) 211 B
import { type PointsArray } from "../types"; /** * Filters out points with missing y value, used for interpolating missing data. */ export declare const cleanPointsArray: (points: PointsArray) => PointsArray;