UNPKG

184 BTypeScriptView Raw
1import type { PathSegment, ParserParams, CSegment, MSegment } from '../types';
2export declare function segmentToCubic(segment: PathSegment, params: ParserParams): CSegment | MSegment;