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 • 319 B
TypeScript
import { LoadDictElement } from 'di-why/build/src/DiContainer';
declare type MissingRefValueReplacementCallback = (ref: string) => string;
declare const loadDictElement: LoadDictElement<MissingRefValueReplacementCallback>;
export default loadDictElement;
//# sourceMappingURL=missingRefValueReplacementCallback.d.ts.map