UNPKG

189 BTypeScriptView Raw
1import type { CurveArray } from '../types';
2export declare function getRotatedCurve(a: CurveArray, b: CurveArray): (string[] | import("../types").MSegment | import("../types").CSegment)[];