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

x/ddc_vim/deps.ts>base64.encodeBase64

Dark deno-powered completion framework for neovim/Vim
Go to Latest
function base64.encodeBase64
import { base64 } from "https://deno.land/x/ddc_vim@v4.3.0/deps.ts";
const { encodeBase64 } = base64;

Encodes a given Uint8Array, ArrayBuffer or string into RFC4648 base64 representation

Parameters

data: ArrayBuffer | Uint8Array | string

Returns

string