PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@ledgerhq/devices/node_modules/rxjs/_esm2015/internal/observable

Просмотр файла: partition.js

import { not } from '../util/not';
import { subscribeTo } from '../util/subscribeTo';
import { filter } from '../operators/filter';
import { Observable } from '../Observable';
export function partition(source, predicate, thisArg) {
    return [
        filter(predicate, thisArg)(new Observable(subscribeTo(source))),
        filter(not(predicate, thisArg))(new Observable(subscribeTo(source)))
    ];
}
//# sourceMappingURL=partition.js.map

Выполнить команду


Для локальной разработки. Не используйте в интернете!