7 lines
168 B
JavaScript
7 lines
168 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.Notification = void 0;
|
|
class Notification {
|
|
}
|
|
exports.Notification = Notification;
|