UNPKG

@softwareventures/maintain-project

Version:

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

4 lines (3 loc) 200 B
import type { Ignore } from "../ignore/ignore.js"; import type { ProjectSource } from "./project.js"; export declare function readProjectIgnore(project: ProjectSource, name: string): Promise<Ignore>;