Make return value never undefined if passing acceptCloudflareNotice: true
#60
Labels
enhancement
New feature or request
acceptCloudflareNotice: true
#60
Describe the feature
This is a small thing but it would be nice if the
startTunnel()
return type did not includeundefined
if I passacceptCloudflareNotice: true
as an option. Looking at the code, the only scenario it would be undefined is if it wasn't accepted.I'm no TypeScript wizard but it seems like it may be possible?
Additional information
The text was updated successfully, but these errors were encountered: