File manager - Edit - /usr/local/lib/node_modules/ghost-cli/node_modules/rxjs/dist/esm5/internal/operators/pairwise.js
Back
import { operate } from '../util/lift'; import { OperatorSubscriber } from './OperatorSubscriber'; export function pairwise() { return operate(function (source, subscriber) { var prev; var hasPrev = false; source.subscribe(new OperatorSubscriber(subscriber, function (value) { var p = prev; prev = value; hasPrev && subscriber.next([p, value]); hasPrev = true; })); }); } //# sourceMappingURL=pairwise.js.map
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings