UNPKG

@antv/util

Version:

<h1 align="center">@antv/util</h1>

7 lines (6 loc) 240 B
import type { PathSegment, NormalSegment } from '../types'; /** * Normalizes a single segment of a `PathArray` object. * eg. H/V -> L, T -> Q */ export declare function normalizeSegment(segment: PathSegment, params: any): NormalSegment;