mirror of
https://github.com/LuauDAO/beachbums-nft-mint-dapp.git
synced 2026-01-09 21:27:59 -05:00
9 lines
114 B
TypeScript
9 lines
114 B
TypeScript
// Ensure this is treated as a module.
|
|
export {};
|
|
|
|
declare global {
|
|
interface Window {
|
|
ethereum: any;
|
|
}
|
|
}
|