Skip to content

Instantly share code, notes, and snippets.

@Gurey
Gurey / logListener.ts
Last active July 20, 2022 09:40
Wait for Firebase emulators to finish
import { client as Client, connection as Connection } from 'websocket'
export interface LogMessage {
type: string
utf8Data: string
}
export interface LogMessageContent {
level: string
data: Data
timestamp: number