PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@ledgerhq/devices/node_modules/rxjs/_esm2015/internal/operators
Просмотр файла: ignoreElements.js
import { Subscriber } from '../Subscriber';
export function ignoreElements() {
return function ignoreElementsOperatorFunction(source) {
return source.lift(new IgnoreElementsOperator());
};
}
class IgnoreElementsOperator {
call(subscriber, source) {
return source.subscribe(new IgnoreElementsSubscriber(subscriber));
}
}
class IgnoreElementsSubscriber extends Subscriber {
_next(unused) {
}
}
//# sourceMappingURL=ignoreElements.js.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!