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