UNPKG

@softwareventures/maintain-project

Version:

Automatically create and maintain TypeScript projects with standard settings for Software Ventures Limited

4 lines (3 loc) 220 B
import type { File } from "../fs-stage/file.js"; import type { TemplateId } from "./template.js"; export declare function copyFromTemplate(templateId: TemplateId, path: string, ...pathSegments: string[]): Promise<File>;