mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-11-03 23:29:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			226 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			226 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
"use strict";
 | 
						|
/**
 | 
						|
 * @param {BrowserSync} browserSync
 | 
						|
 * @returns {Function}
 | 
						|
 */
 | 
						|
module.exports = function (browserSync) {
 | 
						|
    return function () {
 | 
						|
        browserSync.paused = true;
 | 
						|
    };
 | 
						|
};
 | 
						|
//# sourceMappingURL=pause.js.map
 |