wip: migrate to typescript
This commit is contained in:
7
extension/global.d.ts
vendored
Normal file
7
extension/global.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { WindowNostr } from "nostr-tools/nip07";
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
nostr?: WindowNostr;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user