Skip to content

Commit

Permalink
Wasm: add explicit type to i
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgleason committed Mar 18, 2024
1 parent 9f8b727 commit 747a794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Wasm implements Nostr {
}
}

const i = new Wasm()
const i: Wasm = new Wasm()
export const generateSecretKey = i.generateSecretKey
export const getPublicKey = i.getPublicKey
export const finalizeEvent = i.finalizeEvent
Expand Down

0 comments on commit 747a794

Please sign in to comment.