Skip to main content
Module

x/lume/deps/hex.ts

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
import * as lume from "https://deno.land/x/lume@v1.19.1/deps/hex.ts";

Functions

f
decode
deprecated

Decodes the given hex string to Uint8Array. If the input is malformed, an error will be thrown.

f
encode
deprecated

Encodes the source into hex string.