UNPKG

routup

Version:

Routup is a minimalistic http based routing framework.

6 lines (5 loc) 233 B
/** * Based on https://github.com/unjs/pathe v1.1.1 (055f50a6f1131f4e5c56cf259dd8816168fba329) */ export declare function extname(input: string): string; export declare function basename(input: string, extension?: string): string;