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

x/postgres/deps.ts>hex.encode

PostgreSQL driver for Deno
Extremely Popular
Go to Latest
function hex.encode
import { hex } from "https://deno.land/x/postgres@ls/deps.ts";
const { encode } = hex;

Encodes src into src.length * 2 bytes.

Parameters

src: Uint8Array

Returns

Uint8Array