UNPKG

180 BTypeScriptView Raw
1import { Match } from "./types/match";
2import { ResolveResults } from "./types/route";
3export default function resolveRoute(match: Match, global: any): Promise<ResolveResults>;