Every new change
This commit is contained in:
9
node_modules/rxjs/_esm5/internal/operators/publish.js
generated
vendored
Normal file
9
node_modules/rxjs/_esm5/internal/operators/publish.js
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
/** PURE_IMPORTS_START _Subject,_multicast PURE_IMPORTS_END */
|
||||
import { Subject } from '../Subject';
|
||||
import { multicast } from './multicast';
|
||||
export function publish(selector) {
|
||||
return selector ?
|
||||
multicast(function () { return new Subject(); }, selector) :
|
||||
multicast(new Subject());
|
||||
}
|
||||
//# sourceMappingURL=publish.js.map
|
Reference in New Issue
Block a user