diff options
Diffstat (limited to 'cli/js/deno.ts')
-rw-r--r-- | cli/js/deno.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/js/deno.ts b/cli/js/deno.ts index a754bc4e2..513d9f284 100644 --- a/cli/js/deno.ts +++ b/cli/js/deno.ts @@ -81,14 +81,13 @@ export { FileInfo } from "./file_info.ts"; export { openPlugin } from "./plugins.ts"; export { connect, - dial, listen, Listener, Conn, ShutdownMode, shutdown } from "./net.ts"; -export { dialTLS, listenTLS } from "./tls.ts"; +export { connectTLS, listenTLS } from "./tls.ts"; export { metrics, Metrics } from "./metrics.ts"; export { resources } from "./resources.ts"; export { |