Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/proc/tools/deps/encode.ts

A better way to work with processes in Deno.
Go to Latest
import * as proc from "https://deno.land/x/proc@0.21.9/tools/deps/encode.ts";

Functions

Decodes the given hex-encoded string. If the input is malformed, an error is thrown.

Converts data into a hex-encoded string.