Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
/** * Symbol.observable or a string "@@observable". Used for interop * * @deprecated We will no longer be exporting this symbol in upcoming versions of RxJS. * Instead polyfill and use Symbol.observable directly *or* use https://www.npmjs.com/package/symbol-observable */ export const observable: string | symbol = (() => (typeof Symbol === 'function' && Symbol.observable) || '@@observable')();