UNPKG

@antv/util

Version:

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

7 lines (6 loc) 238 B
import type { PathArray } from '../types'; /** * Parses a path string value and returns an array * of segments we like to call `pathArray`. */ export declare function parsePathString(pathInput: PathArray | string): PathArray | string;