UNPKG

@curvenote/cli

Version:
6 lines 264 B
import type { ISession } from '../../session/types.js'; /** * Write the default template questions to template.yml */ export declare function writeTemplateFile(session: ISession, targetPath: string): Promise<void>; //# sourceMappingURL=writeTemplateFile.d.ts.map