UNPKG
@cryptocode99/token-lists
Version:
latest (0.0.2)
0.0.2
📚 The Token Lists specification
github.com/cryptocode99/token-lists
cryptocode99/token-lists
@cryptocode99/token-lists
/
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
;