10 lines
		
	
	
		
			289 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			289 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| "use strict";
 | |
| 
 | |
| module.exports.convert = function () {
 | |
|   console.error(
 | |
|     "I haven't implemented a ruhoh -> nuhoh converter yet, but it's not very hard to do."
 | |
|   );
 | |
|   console.error("see https://github.com/coolaj86/nuhoh/tree/master/MIGRATE.md");
 | |
|   throw new Error("Not Implemented.");
 | |
| };
 |