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

Version

import type { Version } from "https://googleapis.deno.dev/v1/versionhistory:v1.ts";

Each Version is owned by a Channel. A Version only displays the Version number (e.g. 84.0.4147.38). A Version owns a collection of releases.

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

§Properties

§
name?: string
[src]

Version name. Format is "{product}/platforms/{platform}/channels/{channel}/versions/{version}" e.g. "chrome/platforms/win/channels/beta/versions/84.0.4147.38"

§
version?: string
[src]

String containing just the version number. e.g. "84.0.4147.38"