UNPKG

jatg

Version:

Just Another Template Generator

3 lines (2 loc) 208 B
import { TemplateVariable } from '../models/template.model.js'; export declare function replaceVariables(source: string, variables: TemplateVariable[], values: Map<string, string>, context?: string): string;