Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denoify/src/tools/Version.ts>Version

🦕For NPM module authors that would like to support Deno but do not want to write and maintain a port.
Go to Latest
namespace Version
import { Version } from "https://deno.land/x/denoify@v1.2.5/src/tools/Version.ts";
type alias Version
import { type Version } from "https://deno.land/x/denoify@v1.2.5/src/tools/Version.ts";
definition: { major: number; minor: number; patch: number; }