4 lines
122 B
TypeScript
4 lines
122 B
TypeScript
|
import type * as utils from "./utils";
|
||
|
export type { utils };
|
||
|
export type { IERC1155Receiver } from "./IERC1155Receiver";
|