Skip to main content
Module

x/clippy/deps.ts>base64.encode

cross-platform Deno module for writing and reading clipboard.
Latest
variable base64.encode
Deprecated
Deprecated

(will be removed in 0.210.0) Use a encodeBase64 instead.

CREDIT: https://gist.github.com/enepomnyaschih/72c423f727d395eeaa09697058238727 Encodes a given Uint8Array, ArrayBuffer or string into RFC4648 base64 representation

import { base64 } from "https://deno.land/x/clippy@v1.0.0/deps.ts";
const { encode } = base64;