function decodeimport { decode } from "https://dotland.deno.dev/std@0.116.0/encoding/hex.ts"; decode(src: Uint8Array): Uint8ArrayDecodes src into src.length / 2 bytes. If the input is malformed, an error will be thrown. Decodes src into src.length / 2 bytes. If the input is malformed, an error will be thrown. Parameterssrc: Uint8ArrayReturnsUint8Array