UNPKG

@antv/util

Version:

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

3 lines (2 loc) 117 B
import type { CurveArray } from '../types'; export declare function reverseCurve(pathArray: CurveArray): CurveArray;