TenantAtlas/apps/platform/.pnpm-store/v10/files/e0/1438e9baa98f19972f86afd7021ca8a1abaffaba71cb6d010c5d7320195df50d766c938b2fb032e5cd1ac6df3aa2f0d079dc1601f958b649d0d8365933fbee
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

8 lines
401 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 const observable: string | symbol = (() => (typeof Symbol === 'function' && Symbol.observable) || '@@observable')();