UNPKG

@softwareventures/maintain-project

Version:

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

4 lines (3 loc) 230 B
import type { Document } from "yaml"; import type { TemplateId } from "./template.js"; export declare function readTemplateYamlAsDocument(templateId: TemplateId, path: string, ...pathSegments: string[]): Promise<Document.Parsed>;