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.

5 lines 321 B
import NotFoundController from '../controllers/NotFoundController'; import { LoadDictElement, GetInstanceType } from 'di-why/build/src/DiContainer'; declare const loadDictElement: LoadDictElement<GetInstanceType<typeof NotFoundController>>; export default loadDictElement; //# sourceMappingURL=notFoundController.d.ts.map