Skip to main content
Module

std/node/process.ts>version

Deno standard library
Go to Latest
variable version
Re-export
import { version } from "https://deno.land/std@0.158.0/node/process.ts";

https://nodejs.org/api/process.html#process_process_version

This value is hard coded to latest stable release of Node, as some packages are checking it for compatibility. Previously it pointed to Deno version, but that led to incompability with some packages.

type

"v16.17.0"