UNPKG

route-recognizer

Version:

A lightweight JavaScript library that matches paths against registered routes.

4 lines (3 loc) 192 B
export declare function normalizePath(path: string): string; export declare function normalizeSegment(segment: string): string; export declare function encodePathSegment(str: string): string;