UNPKG

@softwareventures/maintain-project

Version:

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

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