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

x/ayonli_jsext/encoding.ts

A JavaScript extension package for building strong and modern applications.
Latest
import * as ayonliJsext from "https://deno.land/x/ayonli_jsext@v0.9.72/encoding.ts";

Utilities for encoding and decoding binary representations like hex and base64 strings.

Functions

Decodes the given base64 string to a byte array.

Decodes the given hex string to a byte array.

Encodes the given data to a base64 string.

Encodes the given data to a hex string.