import { type Connection } from "https://deno.land/x/mtkruto@0.6.2/2_connection.ts";
Methods
open(): MaybePromise<void>
write(p: Uint8Array): MaybePromise<void>
close(): MaybePromise<void>
read(p: Uint8Array): MaybePromise<void>
x/mtkruto/2_connection.ts>Connection
import { type Connection } from "https://deno.land/x/mtkruto@0.6.2/2_connection.ts";