UNPKG

@softwareventures/maintain-project

Version:

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

6 lines (5 loc) 179 B
export interface NodeVersions { readonly targetVersions: readonly string[]; readonly testedVersions: readonly string[]; readonly currentReleases: readonly string[]; }