UNPKG

verdaccio

Version:

A lightweight private npm proxy registry

5 lines (4 loc) 232 B
export declare const MIN_NODE_VERSION = "18"; export declare const RECOMMENDED_NODE_VERSION = "22"; export declare function isVersionValid(version: any): boolean; export declare function isVersionRecommended(version: any): boolean;