Skip to main content
Module

x/smtp/deps.ts>BufReader#readByte

SMTP implements for deno
Latest
method BufReader.prototype.readByte
import { BufReader } from "https://deno.land/x/smtp@v0.7.0/deps.ts";

Returns the next byte [0, 255] or null.

Returns

Promise<number | null>