UNPKG

socket.io-react-hooks-advanced

Version:

A modular and extensible React + Socket.IO hook library designed for real-world applications. Supports namespaced sockets, reconnection strategies, offline queues, latency monitoring, middleware, encryption, and more.

3 lines (2 loc) 167 B
export declare const encryptAES: (plaintext: string, secretKey: string) => string; export declare const decryptAES: (ciphertext: string, secretKey: string) => string;