TenantAtlas/apps/platform/.pnpm-store/v10/files/fd/8b36e7c358c829d91e8e5565488deed18eaebc020d828613d212160bc255849f726a98d431be2a64a9161ecc7e35875747a3c7515bf42cf1864d6f10db719c
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
218 B
Plaintext

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