UNPKG

@softwareventures/maintain-project

Version:

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

4 lines (3 loc) 179 B
import type { Date } from "@softwareventures/date"; import type { NodeVersions } from "./node-versions.js"; export declare function createNodeVersions(today: Date): NodeVersions;