UNPKG

@antv/util

Version:

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

6 lines (5 loc) 194 B
import type { PathArray } from '../types'; /** * Iterates an array to check if it's an actual `PathArray`. */ export declare function isPathArray(path: string | PathArray): path is PathArray;