Export all functions from nostr client

This commit is contained in:
Tristan Edwards 2022-12-20 06:06:52 +00:00
parent 408165e17a
commit eab630f073

View File

@ -20,6 +20,8 @@ import {
SendEvent,
} from '@nostrgg/client';
export * from '@nostrgg/client';
interface NostrContextType {
isLoading: boolean;
onConnect: (_onConnectCallback?: OnConnectFunc) => void;