DefinitelyTyped/types/mithril/route.d.ts

4 lines
71 B
TypeScript

import { Route } from ".";
declare const route: Route;
export = route;