UNPKG

chat-frontend-library

Version:

``` npm install chat-frontend-library --save ```

6 lines (5 loc) 245 B
export declare const useAESEncryptionDecryption: () => { decrypted: (data: any) => string | null | undefined; encrypted: (data: any) => string | undefined; decryptedMessage: (data: string, chat_key: string) => string | undefined; };