UNPKG

jatg

Version:

Just Another Template Generator

3 lines (2 loc) 169 B
import { TemplateConfiguration } from '../models/template.model.js'; export declare function loadConfig(basePath: string, path: string): Promise<TemplateConfiguration>;