UNPKG

@4players/odin

Version:

A cross-platform SDK enabling developers to integrate real-time VoIP chat technology into their projects

11 lines (10 loc) 262 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OdinEvent = void 0; class OdinEvent extends Event { constructor(type, payload) { super(type); this.payload = payload; } } exports.OdinEvent = OdinEvent;