UNPKG

blackbull-sdk-polygon

Version:

An SDK for building applications on top of Blackbullswap over Polygon Mainnet

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;