main
Last change
on this file since 65b6638 was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
236 bytes
|
Rev | Line | |
---|
[d24f17c] | 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.