📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 03:37:46
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
rxjs
/
dist
/
cjs
/
internal
/
util
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/rxjs/dist/cjs/internal/util
🔄 Refresh
✏️
Editing: lift.js
Writable
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.operate = exports.hasLift = void 0; var isFunction_1 = require("./isFunction"); function hasLift(source) { return isFunction_1.isFunction(source === null || source === void 0 ? void 0 : source.lift); } exports.hasLift = hasLift; 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'); }; } exports.operate = operate; //# sourceMappingURL=lift.js.map
💾 Save Changes
❌ Cancel