UNPKG

@volare.finance/utils.js

Version:
11 lines (10 loc) 231 B
/** * @file index.ts * @author astra <astra@volare.finance> * @date 2022 */ export type Address = string; export type Sym = string; export type Hex = string; export type Hash = string; export { BigNumber } from 'bignumber.js';