Skip to main content
Module

x/mongo/deps.ts>hex

MongoDB driver for Deno
Extremely Popular
Go to Latest
namespace hex
import { hex } from "https://deno.land/x/mongo@v0.31.2/deps.ts";

Port of the Go encoding/hex library.

This module is browser compatible.

Functions

Decodes src into src.length / 2 bytes. If the input is malformed, an error will be thrown.

Encodes src into src.length * 2 bytes.