import { decodeHex } from "https://deno.land/x/djwt@v2.7/tests/test_deps.ts";
Decodes src
into src.length / 2
bytes.
If the input is malformed, an error will be thrown.
x/djwt/tests/test_deps.ts>decodeHex
import { decodeHex } from "https://deno.land/x/djwt@v2.7/tests/test_deps.ts";
Decodes src
into src.length / 2
bytes.
If the input is malformed, an error will be thrown.