MyRepo-Ums/node_modules/rxjs/dist/esm5/internal/operators/concatAll.js

5 lines
132 B
JavaScript
Raw Normal View History

2024-01-19 10:09:11 +00:00
import { mergeAll } from './mergeAll';
export function concatAll() {
return mergeAll(1);
}
//# sourceMappingURL=concatAll.js.map