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

Take a set of command line arguments, optionally with a set of options, and return an object representing the flags found in the passed arguments.

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