UNPKG

239 BTypeScriptView Raw
1import type { PathParser } from './path-parser';
2/**
3 * Points the parser to the next character in the
4 * path string every time it encounters any kind of
5 * space character.
6 */
7export declare function skipSpaces(path: PathParser): void;