frontend/.pnpm-store/v3/files/83/b89f5b3785315da7009016aabcc13bd2af5f0d2580261d01a4ee02c1e0199c4d3b1a7298f6b71d9bb66581697abe9005c52a94ba01f079c2f7d71face8c5b0

8 lines
367 B
Plaintext

/**
* 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 declare const observable: string | symbol;
//# sourceMappingURL=observable.d.ts.map