UNPKG

@softwareventures/maintain-project

Version:

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

3 lines (2 loc) 171 B
import type { ProjectSource } from "../project/project.js"; export declare function readProjectScript(project: ProjectSource, scriptName: string): Promise<string | null>;