UNPKG
lotus-v4-sdk
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.0
⚒️ An SDK for building applications on top of Lotus V4
github.com/Uniswap/sdks
Uniswap/sdks
lotus-v4-sdk
/
dist
/
utils
/
sortsBefore.d.ts
3 lines
(2 loc)
•
136 B
TypeScript
View Raw
1
2
3
import
{
Currency
}
from
'@uniswap/sdk-core'
;
export
declare
function
sortsBefore
(
currencyA
:
Currency
,
currencyB
:
Currency
):
boolean
;