import { hex } from "https://deno.land/x/postgres@v0.17.1/deps.ts";
const { decode } = 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/postgres@v0.17.1/deps.ts";
const { decode } = hex;
Decodes src
into src.length / 2
bytes.
If the input is malformed, an error will be thrown.