UNPKG

@statezero/statezero-tunnel

Version:

Tunnelmole client for StateZero users to create secure tunnels to their local services.

5 lines 194 B
import events from 'events'; const eventHandler = new events.EventEmitter(); const URL_ASSIGNED = 'url-assigned'; export { eventHandler, URL_ASSIGNED }; //# sourceMappingURL=event-handler.js.map