|
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
|
| Rev | Line | |
|---|
| [a762898] | 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.