UNPKG

@antv/util

Version:

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

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;