UNPKG

watermark-js-plus

Version:
14 lines (12 loc) 294 B
var protection = (function (need) { if (typeof window === 'undefined') { return; } if (need) { Object.defineProperty(window, 'MutationObserver', { writable: false, configurable: false, }); } }); export { protection as default };