UNPKG

@curvenote/cli

Version:
8 lines 422 B
import type { ISession } from '../../session/types.js'; import { type TemplateQuestionSpec } from './types.js'; /** * Load and validate template questions from template.yml * Returns the questions array, or undefined if file doesn't exist or is invalid */ export declare function loadTemplateFile(session: ISession, targetPath: string): TemplateQuestionSpec[] | undefined; //# sourceMappingURL=loadTemplateFile.d.ts.map