UNPKG

@beenotung/tslib

Version:
12 lines (11 loc) 410 B
"use strict"; 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 = {}));