/
home
/
henzagold
/
oldsite
/
node_modules
/
rxjs
/
internal
/
operators
/
File Upload :
llllll
Current File: /home/henzagold/oldsite/node_modules/rxjs/internal/operators/partition.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); 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
Copyright ©2k19 -
Hexid
|
Tex7ure