Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Command

import { Command } from "https://raw.githubusercontent.com/rclarey/socks5/main/client.ts";
enum Command {
Connect = 1,
Bind,
UdpAssociate,
}

§Members

§
Command.Bind
[src]
§
Command.Connect = 1
[src]
§
Command.UdpAssociate
[src]