📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 13:27:40
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
rxjs
/
dist
/
cjs
/
internal
/
operators
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/rxjs/dist/cjs/internal/operators
🔄 Refresh
✏️
Editing: partition.js
Writable
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.partition = void 0; var not_1 = require("../util/not"); var filter_1 = require("./filter"); function partition(predicate, thisArg) { return function (source) { return [filter_1.filter(predicate, thisArg)(source), filter_1.filter(not_1.not(predicate, thisArg))(source)]; }; } exports.partition = partition; //# sourceMappingURL=partition.js.map
💾 Save Changes
❌ Cancel