UNPKG

@antv/util

Version:

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

7 lines (6 loc) 232 B
import type { PathParser } from './path-parser'; /** * Validates every character of the path string, * every path command, negative numbers or floating point numbers. */ export declare function scanParam(path: PathParser): void;