1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-05 13:59:01 -05:00
This commit is contained in:
Yoshiya Hinosawa 2024-10-29 23:02:35 +09:00
parent 3a4de2eb82
commit e75ed2e48b
No known key found for this signature in database
GPG key ID: 9017DB4559488785

View file

@ -47,9 +47,6 @@ import {
} from "ext:deno_node/internal_binding/_listen.ts";
import { nextTick } from "ext:deno_node/_next_tick.ts";
import { core } from "ext:core/mod.js";
const { internalRidSymbol } = core;
/** The type of TCP socket. */
enum socketType {
SOCKET,