summaryrefslogtreecommitdiff
path: root/cli/js/deno.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/deno.ts')
-rw-r--r--cli/js/deno.ts5
1 files changed, 1 insertions, 4 deletions
diff --git a/cli/js/deno.ts b/cli/js/deno.ts
index 6a493faf8..f42e39754 100644
--- a/cli/js/deno.ts
+++ b/cli/js/deno.ts
@@ -70,12 +70,9 @@ export {
export { metrics, Metrics } from "./ops/runtime.ts";
export { mkdirSync, mkdir, MkdirOptions } from "./ops/fs/mkdir.ts";
export {
- Addr,
connect,
listen,
- recvfrom,
- UDPConn,
- UDPAddr,
+ DatagramConn,
Listener,
Conn,
ShutdownMode,