File manager - Edit - /usr/local/lib/node_modules/ghost-cli/node_modules/rxjs/dist/esm/internal/operators/scanInternals.js
Back
import { OperatorSubscriber } from './OperatorSubscriber'; export function scanInternals(accumulator, seed, hasSeed, emitOnNext, emitBeforeComplete) { return (source, subscriber) => { let hasState = hasSeed; let state = seed; let index = 0; source.subscribe(new OperatorSubscriber(subscriber, (value) => { const i = index++; state = hasState ? accumulator(state, value, i) : ((hasState = true), value); emitOnNext && subscriber.next(state); }, emitBeforeComplete && (() => { hasState && subscriber.next(state); subscriber.complete(); }))); }; } //# sourceMappingURL=scanInternals.js.map
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings