markdawn
Version:
(multi)markdown for paged documents. Outputs to pdf
9 lines (8 loc) • 309 B
TypeScript
/**
* Interpolate object values into the input using double curly braces interpolation
*/
export declare function interpolate(input: any, object: any): any;
/**
* rebase all the html attributes to a specified base path
*/
export declare function rebaseAttribute(html: any, basePath: any, attr: any): any;