5 lines
155 B
TypeScript
5 lines
155 B
TypeScript
import type * as extensions from "./extensions";
|
|
export type { extensions };
|
|
export type { ERC20 } from "./ERC20";
|
|
export type { IERC20 } from "./IERC20";
|