Comparing version 3.1.1 to 3.1.2
@@ -19,2 +19,4 @@ import {EventEmitter} from 'events'; | ||
export default (opts: BootstrapOpts): Promise<Tunnel>; | ||
declare const localtunnel: (opts: BootstrapOpts) => Promise<Tunnel>; | ||
export default localtunnel; |
{ | ||
"name": "mytunnel", | ||
"description": "Expose localhost to the world", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": { |
26301
613