UNPKG

@antv/util

Version:

> AntV 底层依赖的工具库,不建议在自己业务中使用。

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;