UNPKG

@softwareventures/maintain-project

Version:

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

3 lines (2 loc) 143 B
import type { Project, ProjectOptions } from "./project.js"; export declare function createProject(options: ProjectOptions): Promise<Project>;