UNPKG

@iredium/butterfly

Version:
10 lines (9 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BaseNotification = void 0; var BaseNotification = /** @class */ (function () { function BaseNotification() { } return BaseNotification; }()); exports.BaseNotification = BaseNotification;