📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 13:02:25
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
rxjs
/
dist
/
esm5
/
internal
/
util
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/rxjs/dist/esm5/internal/util
🔄 Refresh
✏️
Editing: lift.js
Writable
import { isFunction } from './isFunction'; export function hasLift(source) { return isFunction(source === null || source === void 0 ? void 0 : source.lift); } export function operate(init) { return function (source) { if (hasLift(source)) { return source.lift(function (liftedSource) { try { return init(liftedSource, this); } catch (err) { this.error(err); } }); } throw new TypeError('Unable to lift unknown Observable type'); }; } //# sourceMappingURL=lift.js.map
💾 Save Changes
❌ Cancel