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

x/bundlee/deps.ts

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

Functions

Given an extension or media type, return a full Content-Type or Content-Disposition header value.

Converts given base64url encoded data back to original

Encodes a given ArrayBuffer or string into a base64url representation

Read Reader r until EOF (null) and resolve to the content as Uint8Array`.