UNPKG

jsonblade

Version:

A powerful and modular JSON template engine with extensible filters

8 lines 587 B
export declare function processConditionals(template: string, data: any): string; export declare function processIfElse(template: string, data: any): string; export declare function processLoops(template: string, data: any): string; export declare function processVariables(template: string, data: any): string; export declare function processComments(template: string): string; export declare function processUnless(template: string, data: any): string; export declare function compileAdvancedTemplate(template: string, data: any): any; //# sourceMappingURL=advanced-templating.d.ts.map