UNPKG

mission.template

Version:

mission template for template engine

8 lines (7 loc) 283 B
import 'handlebars'; export declare class Template { static compile(template: any, data: any, compileOptions?: CompileOptions): string; static register(key: string, fn: Function | any): void; static unRegister(key: string): void; static registerDefaultApi(): void; }