4 lines
		
	
	
		
			125 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			125 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
import * as plugins from './{{module.name}}.plugins.js';
 | 
						|
 | 
						|
export let demoExport = 'Hi there! :) This is an exported string';
 |