📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 14:28:12
📂
/ (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: zip.js
Writable
import { __read, __spreadArray } from "tslib"; import { zip as zipStatic } from '../observable/zip'; import { operate } from '../util/lift'; export function zip() { var sources = []; for (var _i = 0; _i < arguments.length; _i++) { sources[_i] = arguments[_i]; } return operate(function (source, subscriber) { zipStatic.apply(void 0, __spreadArray([source], __read(sources))).subscribe(subscriber); }); } //# sourceMappingURL=zip.js.map
💾 Save Changes
❌ Cancel