UNPKG

autumn-js

Version:
13 lines (10 loc) 314 B
import * as rou3 from 'rou3'; type RouteData = { handler: any; requireCustomer?: boolean; }; interface RouterOptions { suppressLogs?: boolean; } declare const createRouterWithOptions: (options?: RouterOptions) => rou3.RouterContext<RouteData>; export { type RouterOptions, createRouterWithOptions };