UNPKG

@vaimee/my3sec-contracts

Version:

A set of contracts that implements the My3Sec protocol

9 lines (8 loc) 251 B
import type * as access from "./access"; export type { access }; import type * as proxy from "./proxy"; export type { proxy }; import type * as token from "./token"; export type { token }; import type * as utils from "./utils"; export type { utils };