Utilities for encoding and decoding common formats like hex, base64, and varint.
This module is browser compatible.
import { encodeBase64 } from "https://deno.land/std@$STD_VERSION/encoding/base64.ts";
encodeBase64("foobar"); // "Zm9vYmFy"
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Utilities for encoding and decoding common formats like hex, base64, and varint.
This module is browser compatible.
import { encodeBase64 } from "https://deno.land/std@$STD_VERSION/encoding/base64.ts";
encodeBase64("foobar"); // "Zm9vYmFy"