PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/rxjs/dist/esm/internal/operators
Просмотр файла: map.js
import { operate } from '../util/lift';
import { createOperatorSubscriber } from './OperatorSubscriber';
export function map(project, thisArg) {
return operate((source, subscriber) => {
let index = 0;
source.subscribe(createOperatorSubscriber(subscriber, (value) => {
subscriber.next(project.call(thisArg, value, index++));
}));
});
}
//# sourceMappingURL=map.js.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!