UNPKG

@antv/util

Version:

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

6 lines (5 loc) 200 B
import type { PathArray, AbsoluteArray } from '../types'; /** * Converts a `PathArray` to an `AbsoluteArray`. */ export declare function path2Absolute(pathInput: string | PathArray): AbsoluteArray;