UNPKG

220 BTypeScriptView Raw
1import type { PathParser } from './path-parser';
2/**
3 * Scans every character in the path string to determine
4 * where a segment starts and where it ends.
5 */
6export declare function scanSegment(path: PathParser): void;