Skip to main content
Module

std/encoding/base64url.ts>encode

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
variable encode
Deprecated
Deprecated

(will be removed in 0.210.0) Use encodeBase64Url instead.

import { encode } from "https://deno.land/std@0.209.0/encoding/base64url.ts";

Encodes a given ArrayBuffer or string into a base64url representation

type

encodeBase64Url