Skip to main content
Module

x/plug/deps.ts>hex

🔌 Deno FFI helper module
Go to Latest
function hex
Deprecated
Deprecated

(will be removed in 0.210.0) Use a encodeHex instead.

Encodes src into src.length * 2 bytes.

import { hex } from "https://deno.land/x/plug@1.0.3/deps.ts";

Parameters

src: Uint8Array

Returns

Uint8Array