UNPKG

@softwareventures/maintain-project

Version:

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

3 lines (2 loc) 162 B
import type { TemplateId } from "./template.js"; export declare function listTemplateFiles(templateId: TemplateId, ...pathSegments: string[]): Promise<string[]>;