source: node_modules/redux/src/utils/symbol-observable.ts@ ba17441

Last change on this file since ba17441 was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago

Added visualizations

  • Property mode set to 100644
File size: 236 bytes
Line 
1declare global {
2 interface SymbolConstructor {
3 readonly observable: symbol
4 }
5}
6
7const $$observable = /* #__PURE__ */ (() =>
8 (typeof Symbol === 'function' && Symbol.observable) || '@@observable')()
9
10export default $$observable
Note: See TracBrowser for help on using the repository browser.