aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/rxjs/dist/esm/internal/operators/endWith.js
blob: b3d371942a4c525fc9aa90071e423523d7b7ca5b (plain) (blame)
1
2
3
4
5
6
import { concat } from '../observable/concat';
import { of } from '../observable/of';
export function endWith(...values) {
    return (source) => concat(source, of(...values));
}
//# sourceMappingURL=endWith.js.map
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage