8 lines
		
	
	
		
			281 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			281 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.');
 | |
| };
 |