UNPKG

@antv/util

Version:

> AntV 底层依赖的工具库,不建议在自己业务中使用。

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;