source:
node_modules/redux/src/utils/symbol-observable.ts
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 236 bytes |
Line | |
---|---|
1 | declare global { |
2 | interface SymbolConstructor { |
3 | readonly observable: symbol |
4 | } |
5 | } |
6 | |
7 | const $$observable = /* #__PURE__ */ (() => |
8 | (typeof Symbol === 'function' && Symbol.observable) || '@@observable')() |
9 | |
10 | export default $$observable |
Note:
See TracBrowser
for help on using the repository browser.