UNPKG

@softwareventures/maintain-project

Version:

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

4 lines (3 loc) 192 B
import type { Project } from "../project/project.js"; import type { TemplateId } from "./template.js"; export declare function projectTemplateId(project: Pick<Project, "target">): TemplateId;