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.
		
		
		
		
		
			
		
			
				
					
					
						
							11 lines
						
					
					
						
							358 B
						
					
					
				
			
		
		
	
	
							11 lines
						
					
					
						
							358 B
						
					
					
				'use strict'; | 
						|
var util = require('util'); | 
						|
var currentlyUnhandled = require('currently-unhandled'); | 
						|
 | 
						|
// WARNING: This undocumented API is subject to change. | 
						|
 | 
						|
module.exports = util.deprecate(function (process) { | 
						|
	return { | 
						|
		currentlyUnhandled: currentlyUnhandled(process) | 
						|
	}; | 
						|
}, 'loudRejection/api is deprecated. Use the currently-unhandled module instead.');
 | 
						|
 |