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