tornado-contracts/dist/@openzeppelin/contracts/index.d.ts

7 lines
201 B
TypeScript
Raw Permalink Normal View History

import type * as interfaces from "./interfaces";
export type { interfaces };
import type * as token from "./token";
export type { token };
2024-10-22 14:37:10 +03:00
import type * as utils from "./utils";
export type { utils };