UNPKG

@fewprotocol/uniswap-v4-sdk

Version:

⚒️ An SDK for building applications on top of Uniswap V4

3 lines (2 loc) 140 B
import { Currency } from '@fewprotocol/sdk-core'; export declare function sortsBefore(currencyA: Currency, currencyB: Currency): boolean;