UNPKG

@softwareventures/maintain-project

Version:

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

4 lines (3 loc) 236 B
import type { ProjectSource } from "../project/project.js"; import type { ReadXmlResult } from "../project/read-xml.js"; export declare function readProjectRunConfiguration(project: ProjectSource, name: string): Promise<ReadXmlResult>;