UNPKG

@wireapp/cryptobox

Version:

High-level API with persistent storage for Proteus.

6 lines (5 loc) 153 B
declare class InvalidPreKeyFormatError extends Error { message: string; constructor(message: string); } export default InvalidPreKeyFormatError;