UNPKG

@nano-router/routes

Version:

Objects to setup routes

13 lines 313 B
import { Route } from "./Route.js"; export declare class Routes { #private; constructor(...routes: Route[]); match(path: string): { name: string; params: { [x: string]: string; }; }; byName(name: string): Route | null; } //# sourceMappingURL=Routes.d.ts.map