@ypa/cyborg-js
Version:
CyborgJS - A SEO Friendly PBA Framework
13 lines • 415 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Notification = void 0;
var Notification = /** @class */ (function () {
function Notification(pTarget, pName, pHandler) {
this.name = pName;
this.handler = pHandler;
this.target = pTarget;
}
return Notification;
}());
exports.Notification = Notification;
//# sourceMappingURL=Notification.js.map