Skip to main content
Module

x/cav/mod.ts>bundle

A server framework for Deno
Go to Latest
function bundle
import { bundle } from "https://deno.land/x/cav@0.2.0-alpha.7/mod.ts";

Creates an endpoint for serving a TypeScript or JavaScript bundle. The bundle is cached into memory and will be watched and rebundled whenever updated, if possible.