12 lines
		
	
	
		
			221 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			221 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
| var adapter = require('./');
 | |
| 
 | |
| /**
 | |
|  * Extracts the values from process.env.
 | |
|  *
 | |
|  * @type {Function}
 | |
|  * @public
 | |
|  */
 | |
| module.exports = adapter(function processenv() {
 | |
|   return process.env.DEBUG || process.env.DIAGNOSTICS;
 | |
| });
 |