function encodeToStringimport { encodeToString } from "https://deno.land/std@0.73.0/encoding/hex.ts"; encodeToString(src: Uint8Array): stringEncodeToString returns the hexadecimal encoding of src. Parameterssrc: Uint8ArrayReturnsstring