Skip to main content
Module

x/typeorm/src/util/VersionUtils.ts>VersionUtils

Forked from https://github.com/typeorm/typeorm
Latest
class VersionUtils
import { VersionUtils } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/util/VersionUtils.ts";

Static Methods

isGreaterOrEqual(version: string, targetVersion: string): boolean