UNPKG

@tinijs/router

Version:

The router module for the TiniJS framework.

4 lines (3 loc) 182 B
import type { Route, RouterOptions } from './types.js'; import { Router } from './router.js'; export declare function createRouter(routes: Route[], options?: RouterOptions): Router;