deno_runtime 0.110.0

Provides the deno runtime library
Documentation
1
2
3
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
console.log("Hello world!");
console.log(Deno);