Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fed_dev/plugins/plugin.ts>DependencyFormat

A Bundler with the web in mind.
Latest
enum DependencyFormat
import { DependencyFormat } from "https://deno.land/x/fed_dev@0.9.0/plugins/plugin.ts";

Members

Binary = "Binary"
Html = "Html"
Json = "Json"
Script = "Script"
Style = "Style"
Unknown = "Unknown"
Wasm = "Wasm"