UNPKG

ws-rmi

Version:

A Remote Method Invocation implementation written in JavaScript utilising the WebSocket protocol

9 lines (8 loc) 230 B
export interface Logger { fatal(message: string): void; error(message: string): void; warn(message: string): void; info(message: string): void; debug(message: string): void; trace(message: string): void; }