UNPKG

@softwareventures/maintain-project

Version:

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

5 lines (4 loc) 95 B
export interface InvalidPath { readonly type: "invalid-path"; readonly path: string; }