📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 05:35:28
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
rxjs
/
dist
/
esm5
/
internal
/
operators
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/rxjs/dist/esm5/internal/operators
🔄 Refresh
✏️
Editing: switchScan.js
Writable
import { switchMap } from './switchMap'; import { operate } from '../util/lift'; export function switchScan(accumulator, seed) { return operate(function (source, subscriber) { var state = seed; switchMap(function (value, index) { return accumulator(state, value, index); }, function (_, innerValue) { return ((state = innerValue), innerValue); })(source).subscribe(subscriber); return function () { state = null; }; }); } //# sourceMappingURL=switchScan.js.map
💾 Save Changes
❌ Cancel