UNPKG

md-curcuma

Version:

A Typescript library for transporting and converting markdown and other data.

8 lines (7 loc) 200 B
export declare class MD_Template { protected template: string; constructor(template: string); load(path: string): void; fill(values: any): string; get_template_string(): string; }