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 { Dirent } from "fs"; import type { TemplateId } from "./template.js"; export declare function readTemplateDirectory(templateId: TemplateId, ...pathSegments: string[]): Promise<Dirent[]>;