From 08686cbc3ae63008837ee45b2c4f41d6674c57dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?haz=C3=A641?= Date: Fri, 21 Feb 2020 17:26:54 +0100 Subject: feat: support UDP sockets (#3946) --- cli/js/deno.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cli/js/deno.ts') diff --git a/cli/js/deno.ts b/cli/js/deno.ts index 8ccca9096..b86b28911 100644 --- a/cli/js/deno.ts +++ b/cli/js/deno.ts @@ -73,8 +73,12 @@ export { export { metrics, Metrics } from "./metrics.ts"; export { mkdirSync, mkdir } from "./mkdir.ts"; export { + Addr, connect, listen, + recvfrom, + UDPConn, + UDPAddr, Listener, Conn, ShutdownMode, -- cgit v1.2.3