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

RuntimeVersion

import type { RuntimeVersion } from "https://googleapis.deno.dev/v1/tpu:v2.ts";

A runtime version that a Node can be configured with.

interface RuntimeVersion {
name?: string;
version?: string;
}

§Properties

§
name?: string
[src]

The resource name.

§
version?: string
[src]

The runtime version.