@curvenote/cli
Version:
CLI Client library for Curvenote
8 lines • 422 B
TypeScript
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