source:
node_modules/redux/src/utils/symbol-observable.ts@
303f51d
| Last change on this file since 303f51d was d24f17c, checked in by , 18 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.
