UNPKG

@stacksjs/router

Version:
6 lines (5 loc) 173 B
import type { RouteRegistry } from './route-types'; /** * Load all routes from the registry */ export declare function loadRoutes(registry: RouteRegistry): Promise<void>;