NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/rxjs/_esm2015/internal/symbol/rxSubscriber.js

5 lines
221 B
Java
Raw Normal View History

2023-09-14 14:47:11 +08:00
export const rxSubscriber = (() => typeof Symbol === 'function'
? Symbol('rxSubscriber')
: '@@rxSubscriber_' + Math.random())();
export const $$rxSubscriber = rxSubscriber;
//# sourceMappingURL=rxSubscriber.js.map