UNPKG

@softwareventures/maintain-project

Version:

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

4 lines (3 loc) 193 B
import type { Project } from "../project/project.js"; import type { Update } from "../project/update.js"; export declare function dropOldNodeVersions(project: Project): Promise<Update | null>;