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 (6 loc) 243 B
import { LoadDictElement } from 'di-why/build/src/DiContainer'; import handleSignals from 'server-handle-signals'; const loadDictElement: LoadDictElement<typeof handleSignals> = { instance: handleSignals, }; export default loadDictElement;