withConnect
import { withConnect } from "https://raw.githubusercontent.com/rclarey/bt/master/mod.ts";
async function withConnect<T>(
url: string,
reqBody: Uint8Array,
func: (response: Uint8Array) => T,
): Promise<T>;import { withConnect } from "https://raw.githubusercontent.com/rclarey/bt/master/mod.ts";