Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno_bundler/plugins/plugin.ts>Format

A Bundler with the web in mind.
Latest
enum Format
import { Format } from "https://deno.land/x/deno_bundler@v0.9.1/plugins/plugin.ts";

Members

Html = "Html"
Image = "Image"
Json = "Json"
Script = "Script"
Style = "Style"
Wasm = "Wasm"