UNPKG

@antv/util

Version:

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

8 lines (7 loc) 239 B
import type { PathParser } from './path-parser'; /** * Points the parser to the next character in the * path string every time it encounters any kind of * space character. */ export declare function skipSpaces(path: PathParser): void;