UNPKG

@antv/util

Version:

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

3 lines (2 loc) 133 B
import type { PathArray, PathSegment } from '../types'; export declare function clonePath(path: PathArray | PathSegment): PathArray;