UNPKG

low-code-service

Version:

to handle workflow execution, handlebars execution and condition execution for low code service

3 lines (2 loc) 169 B
export declare const getTemplateData: (template: string, data: any) => string; export declare const cleanHandleBarTemplate: (dataToClean: any, defaultBody: any) => any;