soapbox/app/soapbox/types/window.d.ts

7 wiersze
96 B
TypeScript

import type Nostr from './nostr';
declare global {
interface Window {
nostr?: Nostr
}
}