Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.4/deps.ts";

Encodes a given ArrayBuffer or string into a base64url representation

Parameters

data: ArrayBuffer | string

Returns

string