UNPKG

gotake-contracts

Version:

TypeChain generated types and ABIs for GoTake contracts

7 lines (6 loc) 217 B
import type * as extensions from "./extensions"; export type { extensions }; import type * as utils from "./utils"; export type { utils }; export type { ERC20 } from "./ERC20"; export type { IERC20 } from "./IERC20";