mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-15 12:09:40 +08:00
4 lines
71 B
TypeScript
4 lines
71 B
TypeScript
import { Route } from ".";
|
|
declare const route: Route;
|
|
export = route;
|