Skip to main content
Module

x/cav/deps.ts>hex

A server framework for Deno
Go to Latest
namespace hex
import { hex } from "https://deno.land/x/cav@0.2.0-alpha.7/deps.ts";

Functions

Decodes src into src.length / 2 bytes. If the input is malformed, an error will be thrown.

Encodes src into src.length * 2 bytes.