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, SendEvent,
} from '@nostrgg/client'; } from '@nostrgg/client';
export * from '@nostrgg/client';
interface NostrContextType { interface NostrContextType {
isLoading: boolean; isLoading: boolean;
onConnect: (_onConnectCallback?: OnConnectFunc) => void; onConnect: (_onConnectCallback?: OnConnectFunc) => void;