Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function errInvalidByte
import { errInvalidByte } from "https://deno.land/std@0.78.0/encoding/hex.ts";

ErrInvalidByte takes an invalid byte and returns an Error.

Parameters

byte: number

Returns

Error