Skip to main content
Module

x/plug/deps.ts>hex

🔌 Deno FFI helper module
Go to Latest
function hex
import { hex } from "https://deno.land/x/plug@1.0.0-rc.3/deps.ts";

Encodes src into src.length * 2 bytes.

Parameters

src: Uint8Array

Returns

Uint8Array