UNPKG

@antv/util

Version:

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

7 lines (6 loc) 257 B
import type { PathArray } from '../types'; /** * Returns a valid `d` attribute string value created * by rounding values and concatenating the `pathArray` segments. */ export declare function path2String(path: PathArray, round?: number | 'off'): string;