UNPKG

@pancakeswap/swap-sdk-core

Version:

🛠 An SDK for building applications on top of Pancakeswap.

4 lines • 179 B
import type { NativeCurrency } from './nativeCurrency'; import type { Token } from './token'; export type Currency = NativeCurrency | Token; //# sourceMappingURL=currency.d.ts.map