UNPKG

@graphteon/juricode

Version:

We are forging the future with lines of digital steel

8 lines (7 loc) 203 B
import { WSEvent } from '../api/ws-client'; interface FormattedMessage { text: string; isVerbose?: boolean; } export declare const formatMessage: (event: WSEvent) => FormattedMessage; export {};