UNPKG

@buttercup/googledrive-client

Version:
6 lines (5 loc) 173 B
import { fromByteArray } from "base64-js"; export function encodeBase64(text) { const byteArray = new TextEncoder().encode(text); return fromByteArray(byteArray); }