You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							9 lines
						
					
					
						
							414 B
						
					
					
				
			
		
		
	
	
							9 lines
						
					
					
						
							414 B
						
					
					
				"use strict"; | 
						|
Object.defineProperty(exports, "__esModule", { value: true }); | 
						|
var BehaviorSubject_1 = require("../BehaviorSubject"); | 
						|
var multicast_1 = require("./multicast"); | 
						|
function publishBehavior(value) { | 
						|
    return function (source) { return multicast_1.multicast(new BehaviorSubject_1.BehaviorSubject(value))(source); }; | 
						|
} | 
						|
exports.publishBehavior = publishBehavior; | 
						|
//# sourceMappingURL=publishBehavior.js.map
 |