UNPKG

@theoplayer/react-native-engage

Version:
13 lines (12 loc) 203 B
/** * Fired when an event occurs. * * @public */ export class BaseEvent { constructor(type, date = new Date()) { this.type = type; this.date = date; } } //# sourceMappingURL=Event.js.map