source:
trip-planner-front/node_modules/rxjs/_esm2015/internal/operators/concat.js
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 219 bytes |
Line | |
---|---|
1 | import { concat as concatStatic } from '../observable/concat'; |
2 | export function concat(...observables) { |
3 | return (source) => source.lift.call(concatStatic(source, ...observables)); |
4 | } |
5 | //# sourceMappingURL=concat.js.map |
Note:
See TracBrowser
for help on using the repository browser.