UNPKG

@softwareventures/maintain-project

Version:

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

4 lines (3 loc) 226 B
import type { Ignore } from "../ignore/ignore.js"; import type { TemplateId } from "./template.js"; export declare function readTemplateIgnore(templateId: TemplateId, path: string, ...pathSegments: string[]): Promise<Ignore>;