Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/bundlee/deps.ts>encode

Bundle static assets to a single JSON-file.
Go to Latest
function encode
import { encode } from "https://deno.land/x/bundlee@0.9.3/deps.ts";

Encodes a given ArrayBuffer or string into a base64url representation

Parameters

data: ArrayBuffer | string

Returns

string