Skip to main content

Function: sameOrNewerVersion()

sameOrNewerVersion(a, b): boolean

Defined in: utils/utils.ts:567

takes two versions and compares them returns true if versions are same or version a is greater than b, returns false if a older than b

Parameters

a

string

b

string

Returns

boolean