Every new change
This commit is contained in:
6
node_modules/rxjs/_esm2015/internal/operators/endWith.js
generated
vendored
Normal file
6
node_modules/rxjs/_esm2015/internal/operators/endWith.js
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import { concat } from '../observable/concat';
|
||||
import { of } from '../observable/of';
|
||||
export function endWith(...array) {
|
||||
return (source) => concat(source, of(...array));
|
||||
}
|
||||
//# sourceMappingURL=endWith.js.map
|
Reference in New Issue
Block a user