import { hex } from "https://deno.land/x/capi@v0.1.1-beta.1/mod.ts";
const { decodeBuf } = hex;
Decodes src
into src.length / 2
bytes.
If the input is malformed, an error will be thrown.
import { hex } from "https://deno.land/x/capi@v0.1.1-beta.1/mod.ts";
const { decodeBuf } = hex;
Decodes src
into src.length / 2
bytes.
If the input is malformed, an error will be thrown.