Files
dsabot/node_modules/rxjs/_esm2015/internal/operators/concatAll.js
2020-03-25 11:05:34 +01:00

5 lines
132 B
JavaScript

import { mergeAll } from './mergeAll';
export function concatAll() {
return mergeAll(1);
}
//# sourceMappingURL=concatAll.js.map