UNPKG

@softwareventures/maintain-project

Version:

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

4 lines (3 loc) 202 B
import { JSDOM } from "jsdom"; import type { TemplateId } from "./template.js"; export declare function readTemplateXml(templateId: TemplateId, path: string, ...pathSegments: string[]): Promise<JSDOM>;