mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-10-31 06:08:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			243 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			243 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| // Just a shortcut for bulk export
 | |
| 'use strict';
 | |
| 
 | |
| 
 | |
| exports.parseLinkLabel       = require('./parse_link_label');
 | |
| exports.parseLinkDestination = require('./parse_link_destination');
 | |
| exports.parseLinkTitle       = require('./parse_link_title');
 | 
