UNPKG

@reclaimprotocol/tls

Version:

WebCrypto Based Cross Platform TLS

7 lines (6 loc) 167 B
type LogLevel = 'debug' | 'info' | 'warn' | 'error' | 'trace'; type LogFn = (...args: any[]) => void; export type Logger = { [L in LogLevel]: LogFn; }; export {};