UNPKG

blackbull-sdk

Version:

An SDK for building applications on top of Blackbullswap

6 lines (5 loc) 185 B
import { Version } from './types'; /** * Returns true if versionB is an update over versionA */ export declare function isVersionUpdate(base: Version, update: Version): boolean;