UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

10 lines (9 loc) 271 B
export declare class CometChatNetworkUtils { static fetcher({ url, method, body, headers, }: { url: string; method: string; body: any; headers: any; }): Promise<Response>; } export declare function isHttpUrl(string: any): boolean;