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

ClientConfig

import type { ClientConfig } from "https://raw.githubusercontent.com/rclarey/socks5/main/client.ts";
type ClientConfig = AddrConfig | (AddrConfig & AuthConfig);

§Type

§
AddrConfig | (AddrConfig & AuthConfig)
[src]