summaryrefslogtreecommitdiff
path: root/js/deno.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/deno.ts')
-rw-r--r--js/deno.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/deno.ts b/js/deno.ts
index b4181de14..c12df1236 100644
--- a/js/deno.ts
+++ b/js/deno.ts
@@ -21,4 +21,5 @@ export { platform } from "./platform";
export { trace } from "./trace";
export { truncateSync, truncate } from "./truncate";
export { FileInfo } from "./fileinfo";
+export { connect, dial, listen, Listener, Conn } from "./net";
export const args: string[] = [];