UNPKG

@justin-gee/uniswap-tokamak-hardhat-v3-deploy

Version:
11 lines 284 B
export declare function compareToken(a: { address: string; }, b: { address: string; }): -1 | 1; export declare function sortedTokens(a: { address: string; }, b: { address: string; }): [typeof a, typeof b] | [typeof b, typeof a]; //# sourceMappingURL=tokenSort.d.ts.map