UNPKG

@cowprotocol/cow-sdk

Version:

## 📚 [Docs website](https://docs.cow.fi/)

5 lines (4 loc) • 84 B
/** * A big unsigned integer encoded in decimal. */ export type BigUint = string;