UNPKG

@curi/router

Version:

A JavaScript router that doesn't care how you render

5 lines (4 loc) 254 B
import { SessionLocation } from "@hickory/root"; import { Match } from "@curi/types"; import { PreparedRoute } from "./prepareRoutes"; export declare function matchLocation(location: SessionLocation, routes: Array<PreparedRoute>): Match | undefined;