DenoDeno.osReleasefunction Deno.osReleaseallow-sys#osRelease(): stringReturns the release version of the Operating System. console.log(Deno.osRelease()); Requires allow-sys permission. Under consideration to possibly move to Deno.build or Deno.versions and if it should depend sys-info, which may not be desirable. Return Type #string
function Deno.osReleaseallow-sys#osRelease(): stringReturns the release version of the Operating System. console.log(Deno.osRelease()); Requires allow-sys permission. Under consideration to possibly move to Deno.build or Deno.versions and if it should depend sys-info, which may not be desirable. Return Type #string