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.

7 lines 364 B
import NotFoundController from './NotFoundController'; export default class BlogHomeController extends NotFoundController { protected config: BlogHomeControllerCtorConfig; constructor(config: BlogHomeControllerCtorConfig); action({ posts }: BlogHomeControllerActionParams): Promise<ResponseInterface>; } //# sourceMappingURL=BlogHomeController.d.ts.map