File manager - Edit - /var/www/ratemypay/node_modules/rxjs/dist/esm/internal/observable/using.js
Back
import { Observable } from '../Observable'; import { innerFrom } from './innerFrom'; import { EMPTY } from './empty'; export function using(resourceFactory, observableFactory) { return new Observable((subscriber) => { const resource = resourceFactory(); const result = observableFactory(resource); const source = result ? innerFrom(result) : EMPTY; source.subscribe(subscriber); return () => { if (resource) { resource.unsubscribe(); } }; }); } //# sourceMappingURL=using.js.map
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings