芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/medicine.joruridoctor.com/node_modules/rxjs/dist/esm/internal/operators/scan.js
import { operate } from '../util/lift'; import { scanInternals } from './scanInternals'; export function scan(accumulator, seed) { return operate(scanInternals(accumulator, seed, arguments.length >= 2, true)); } //# sourceMappingURL=scan.js.map