UNPKG

117 BTypeScriptView Raw
1import type { CurveArray } from '../types';
2export declare function reverseCurve(pathArray: CurveArray): CurveArray;