UNPKG

@softwareventures/maintain-project

Version:

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

4 lines (3 loc) 188 B
import type { Dirent } from "fs"; import type { ProjectSource } from "./project.js"; export declare function readProjectDirectory(project: ProjectSource, path: string): Promise<Dirent[]>;