UNPKG

@softwareventures/maintain-project

Version:

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

5 lines (4 loc) 100 B
export interface NotADirectory { readonly type: "not-a-directory"; readonly path: string; }