wed
Version:
Wed is a schema-aware editor for XML documents.
16 lines (12 loc) • 410 B
JavaScript
define(function(require,exports,module){
/** PURE_IMPORTS_START PURE_IMPORTS_END */
export var rxSubscriber = (typeof Symbol === 'function' && typeof Symbol.for === 'function')
? /*@__PURE__*/ Symbol.for('rxSubscriber')
: '@@rxSubscriber';
/**
* @deprecated use rxSubscriber instead
*/
export var $$rxSubscriber = rxSubscriber;
//# sourceMappingURL=rxSubscriber.js.map
return module.exports;
});