@beenotung/tslib
Version:
utils library in Typescript
12 lines (11 loc) • 410 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.notification = void 0;
var notification;
(function (notification) {
let constant;
(function (constant) {
constant.granted = 'granted';
constant.denied = 'denied';
})(constant = notification.constant || (notification.constant = {}));
})(notification || (exports.notification = notification = {}));