UNPKG

@statezero/statezero-tunnel

Version:

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

9 lines 243 B
import path from 'path'; /** * This constant will make resolving files much easier */ const ROOT_DIR = path.resolve('.'); const HTTP_OK = 200; const HTTP_INTERNAL_SERVER_ERROR = 500; export { ROOT_DIR }; //# sourceMappingURL=constants.js.map