UNPKG

@chatereum/react-e2ee

Version:

A End-to-end encryption library for React and browser based JavaScript frameworks

7 lines (6 loc) 170 B
import { type TGetKeysHandler } from './types'; /** * @returns The private and public key set / key pair */ declare const getKeys: TGetKeysHandler; export { getKeys };