Skip to main content
Module

std/encoding/README.md

The Deno Standard Library
Latest
File

Utilities for encoding and decoding common formats like hex, base64, and varint.

This module is browser compatible.

import { encodeBase64 } from "https://deno.land/std@0.223.0/encoding/base64.ts";

encodeBase64("foobar"); // "Zm9vYmFy"