UNPKG

recharts

Version:
2 lines (1 loc) 142 B
export declare function getEveryNthWithCondition<Type>(array: Type[], n: number, isValid?: (candidate: Type) => boolean): Type[] | undefined;