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