UNPKG

@softwareventures/maintain-project

Version:

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

5 lines (4 loc) 93 B
export interface FileExists { readonly type: "file-exists"; readonly path: string; }