UNPKG

@vaimee/my3sec-contracts

Version:

A set of contracts that implements the My3Sec protocol

6 lines (5 loc) 217 B
import type * as extensions from "./extensions"; export type { extensions }; export type { ERC721 } from "./ERC721"; export type { IERC721 } from "./IERC721"; export type { IERC721Receiver } from "./IERC721Receiver";