Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Deno.osRelease

Unstable new API. yet to be vetted. Under consideration to possibly move to Deno.build or Deno.versions and if it should depend sys-info, which may not be desireable.

Returns the release version of the Operating System.

console.log(Deno.osRelease());

Requires allow-env permission.

function osRelease(): string;
§
osRelease(): string
[src]

§Return Type

§
string
[src]