aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/rxjs/src/internal/symbol/observable.ts
blob: b133245c5c9cf61188700f3c7a38f3b350ec4a4d (plain) (blame)
1
2
3
4
5
6
7
/**
 * 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')();
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage