UNPKG

fantasticon

Version:
8 lines (7 loc) 296 B
export declare const TEMPLATE_HELPERS: Record<string, Function>; export type CompileOptions = { helpers?: { [key: string]: (...args: any[]) => string; }; }; export declare const renderTemplate: (templatePath: string, context: object, options?: CompileOptions) => Promise<string>;