UNPKG

echelonjs

Version:

A new JSX/TSX based framework with decorator-driven reactivity.

3 lines (2 loc) 150 B
import type { RouteRecord, RouteMatch } from './types'; export declare function resolveRoute(path: string, routes: RouteRecord[]): RouteMatch | null;