Skip to main content
Module

x/cav/deps.ts>emit.BundleEmit

A server framework for Deno
Go to Latest
interface emit.BundleEmit
import { type emit } from "https://deno.land/x/cav@0.2.0-alpha.4/deps.ts";
const { BundleEmit } = emit;

The output of the bundle function.

Properties

code: string

The bundles code as a single JavaScript module.

optional
map: string

An optional source map.