MCPcopy Index your code
hub / github.com/voidcosmos/npkill / INodeVersion

Interface INodeVersion

src/interfaces/node-version.interface.ts:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface INodeVersion {
2 major: number;
3 minor: number;
4 patch: number;
5}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected