Skip to main content
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@v0.16.1/deps.ts";
const { encode } = hex;

Encodes src into src.length * 2 bytes.

Parameters

src: Uint8Array

Returns

Uint8Array