sendTo import { sendTo } from "destack:net"; Send one datagram to a remote endpoint. export function sendTo(socket: &'a DatagramSocket, address: SocketAddress, buffer: &'b readonly [uint8], flags: SocketMessageFlags): AsyncResult language/library/src/net/net.ds:112:119