UNPKG

peaks-similarity

Version:

Peaks similarity - calculate the similarity between 2 ordered arrays of peaks

5 lines 144 B
export function getIntersection(segment1: any, segment2: any): { x: any; y: any; } | null; //# sourceMappingURL=getIntersection.d.ts.map