UNPKG

@berish/rfp

Version:

Binary secure transport organization protocol for peer communication using function fingerprints

7 lines 215 B
export interface PeerLogger { (moduleName: string): PeerLogger; info: (...args: any[]) => void; warn: (...args: any[]) => void; error: (...args: any[]) => void; } //# sourceMappingURL=logger.d.ts.map