UNPKG

gotake-contracts

Version:

TypeChain generated types and ABIs for GoTake contracts

7 lines (6 loc) 195 B
import type * as erc1155 from "./ERC1155"; export type { erc1155 }; import type * as erc20 from "./ERC20"; export type { erc20 }; import type * as erc721 from "./ERC721"; export type { erc721 };