UNPKG

224 BTypeScriptView Raw
1declare function templateFile(templateFilePath: string, envs: Record<string, string | number | any>, outputFilePath?: string, { mustache }?: {
2 mustache?: boolean;
3}): Promise<string | void>;
4export default templateFile;