UNPKG
@pollum-io/syscoin-tokenlist-sdk
Version:
latest (1.0.0)
1.0.0
📚 The Token Lists specification
pollum-io/syscoin-tokenlist-sdk
@pollum-io/syscoin-tokenlist-sdk
/
dist
/
isVersionUpdate.d.ts
6 lines
(5 loc)
•
185 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Version
}
from
'./types'
;
/** * Returns true if versionB is an update over versionA */
export
declare
function
isVersionUpdate
(
base
:
Version
,
update
:
Version
):
boolean
;