/** * Routing Matchers * * @module routing/matchers */ export type { Route, RouteMatch } from "./types.js"; export { PageRouteMatcher } from "./pattern-route-matcher.js"; export { getSpecificityScore, parseRoute } from "./route-parser.js"; export { matchRoute } from "./route-matcher.js"; export { normalizePath } from "../../utils/index.js"; //# sourceMappingURL=index.d.ts.map