method Session.prototype.emit
Usage in Deno
import { Session } from "node:inspector";
Session.prototype.emit(event: "inspectorNotification",message: InspectorNotification<{ }>,): boolean
message: InspectorNotification<{ }>
boolean