8 lines
		
	
	
		
			160 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			160 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| /**
 | |
|  * HTTP REST API module
 | |
|  * Mailgun-compatible API for sending and receiving emails
 | |
|  */
 | |
| 
 | |
| export * from './api-server.ts';
 | |
| export * from './routes/index.ts';
 |