Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ayonli_jsext/lib.deno.d.ts>Deno.version

A JavaScript extension package for building strong and modern applications.
Latest
variable Deno.version
import { Deno } from "https://deno.land/x/ayonli_jsext@v0.9.72/lib.deno.d.ts";
const { version } = Deno;

Version information related to the current Deno CLI runtime environment.

Users are discouraged from code branching based on this information, as assumptions about what is available in what build environment might change over time. Developers should specifically sniff out the features they intend to use.

The intended use for the information is for logging and debugging purposes.

type

{ deno: string; v8: string; typescript: string; }