UNPKG

258 BTypeScriptView Raw
1import { HickoryLocation } from "@hickory/root";
2import { CompiledRoute } from "./types/route";
3import { PossibleMatch } from "./types/match";
4export default function matchLocation(location: HickoryLocation, routes: Array<CompiledRoute>): PossibleMatch;