UNPKG

jatg

Version:

Just Another Template Generator

4 lines (3 loc) 257 B
import type { Ora } from 'ora'; import { TemplateVariable } from '../models/template.model.js'; export declare function convertTemplate(variables: TemplateVariable[], outputPath: string, basePath: string, overwrite?: boolean, spinner?: Ora): Promise<void>;