Skip to main content
Module

x/denoversion/lib/lib.deno_runtime.d.ts>textEncoding.btoa

Deno cli to manage and bump release versions.
Latest
function textEncoding.btoa
import { textEncoding } from "https://deno.land/x/denoversion@v1.0.2/lib/lib.deno_runtime.d.ts";
const { btoa } = textEncoding;

Creates a base-64 ASCII string from the input string.

Parameters

s: string

Returns

string