Skip to main content
Module

x/ensure_version/mod.ts

Simple version ensurer for Deno that check {deno, typescript, v8} version for users of your module and prevent them from incompatibylities error
Go to Latest
import * as ensureVersion from "https://deno.land/x/ensure_version@1.1.0/mod.ts";

Functions

Throw if required version of Deno is not validate Log warn(minor)/info(patch) if version is version is valid but can be updated