JS Utils Kit
    Preparing search index...

    Variable NODE_VERSIONConst

    NODE_VERSION: string = process.versions.node

    The full Node.js version string.

    Extracted directly from process.versions.node.

    The current Node.js version string.

    console.log(NODE_VERSION); // "25.0.0"