Skip to content

Commit

Permalink
fix: export type EventVerifier
Browse files Browse the repository at this point in the history
  • Loading branch information
jiftechnify committed Oct 5, 2024
1 parent 4adf307 commit 87db35d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/nostr-fetch/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export {

export {
eventKind,
type NostrEvent,
noopVerifier,
type EventVerifier,
type NostrEvent,
} from "@nostr-fetch/kernel/nostr";
export { normalizeRelayUrl, normalizeRelayUrlSet } from "@nostr-fetch/kernel/utils";

0 comments on commit 87db35d

Please sign in to comment.