UNPKG

160 BTypeScriptView Raw
1import type { CurveArray, PathArray } from '../types';
2export declare function equalizeSegments(path1: PathArray, path2: PathArray, TL?: number): CurveArray[];