diff options
| author | hazæ41 <hazae41@gmail.com> | 2020-02-21 17:26:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-21 11:26:54 -0500 |
| commit | 08686cbc3ae63008837ee45b2c4f41d6674c57dd (patch) | |
| tree | 19367caaba8e2f9abca60a06a40561c86c18cd59 /cli/js/deno.ts | |
| parent | dd8a10948195f231a6a9eb652e3f208813904ad6 (diff) | |
feat: support UDP sockets (#3946)
Diffstat (limited to 'cli/js/deno.ts')
| -rw-r--r-- | cli/js/deno.ts | 4 |
1 files changed, 4 insertions, 0 deletions
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, |
