cosmjs-util/packages/math/src/index.ts
2020-06-09 17:46:03 +02:00

3 lines
97 B
TypeScript

export { Decimal } from "./decimal";
export { Int53, Uint32, Uint53, Uint64 } from "./integers";