UNPKG

@cimo/websocket

Version:

Websocket (server/client). Light, fast and secure.

4 lines (3 loc) 226 B
export declare const writeLog: (tag: string, value: string | Record<string, unknown> | Error) => void; export declare const jsonCheck: (value: string) => boolean; export declare const base64ToUtf8: (base64: string) => string;