Skip to main content
Module

x/cliffy/command/upgrade/mod.ts>Provider#isOutdated

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Latest
method Provider.prototype.isOutdated
import { Provider } from "https://deno.land/x/cliffy@v1.0.0-rc.4/command/upgrade/mod.ts";

Parameters

name: string
currentVersion: string
targetVersion: string

Returns

Promise<boolean>