UNPKG

@statezero/statezero-tunnel

Version:

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

10 lines (7 loc) 174 B
import events from 'events'; const eventHandler = new events.EventEmitter(); const URL_ASSIGNED = 'url-assigned'; export { eventHandler, URL_ASSIGNED }