UNPKG

@theoplayer/react-native-engage

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