UNPKG

@softwareventures/maintain-project

Version:

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

4 lines (3 loc) 227 B
import type { FsStage, InsertResult } from "../fs-stage/fs-stage.js"; import type { Project } from "../project/project.js"; export declare function writeGitIgnore(project: Project): (fsStage: FsStage) => Promise<InsertResult>;