6 lines
		
	
	
		
			194 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			194 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| // types/mqtt.d.ts
 | |
| declare module 'mqtt' {
 | |
|   import * as mqttTypes from 'mqtt/types/lib/client-options'
 | |
|   export * from 'mqtt/types/lib/client'
 | |
|   export const connect: mqttTypes.IClientOptions
 | |
| } | 
