UNPKG

@averox/cryptosphare

Version:

Real-time SDK for end-to-end encrypted messaging, key monitoring, and secure A/V streaming

10 lines (9 loc) 275 B
import { IConfig } from '../types'; import { EventEmitter } from 'events'; export declare class Config extends EventEmitter { private readonly config; private readonly logger; constructor(config?: IConfig); private getDefaultConfig; initialize(): void; }