芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/rxjs/_esm2015/internal/operators/endWith.js
import { concat } from '../observable/concat'; import { of } from '../observable/of'; export function endWith(...array) { return (source) => concat(source, of(...array)); } //# sourceMappingURL=endWith.js.map