TenantAtlas/apps/platform/.pnpm-store/v10/files/df/a10e2885b86f4e4ec847dabce67ad0116a2d69602617ca677087f6d47831aee34fbe3100955ee350f91988bb8e8f9c81e433c16768a7c5e000c2c697047c62
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

5 lines
236 B
Plaintext

import { Observable } from '../Observable';
export function fromSubscribable(subscribable) {
return new Observable(function (subscriber) { return subscribable.subscribe(subscriber); });
}
//# sourceMappingURL=fromSubscribable.js.map