UNPKG

md-toy-blog

Version:

Very simple Markdown blog: serves your md as html without fancy databases. You will only spend time writing the actual data.

8 lines 251 B
export default class RouterService { private routes; constructor(routes: RouteInterface<{ [k: string]: any; }>[]); resolve(request: HttpRequest): false | Promise<ResponseInterface>; } //# sourceMappingURL=RouterService.d.ts.map