mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-08 16:28:49 +00:00
Wasm: add explicit type to i
This commit is contained in:
2
wasm.ts
2
wasm.ts
@@ -30,7 +30,7 @@ class Wasm implements Nostr {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const i = new Wasm()
|
const i: Wasm = new Wasm()
|
||||||
export const generateSecretKey = i.generateSecretKey
|
export const generateSecretKey = i.generateSecretKey
|
||||||
export const getPublicKey = i.getPublicKey
|
export const getPublicKey = i.getPublicKey
|
||||||
export const finalizeEvent = i.finalizeEvent
|
export const finalizeEvent = i.finalizeEvent
|
||||||
|
|||||||
Reference in New Issue
Block a user