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

x/bundler/plugins/plugin.ts>Dependency

A Bundler with the web in mind.
Go to Latest
type alias Dependency
import { type Dependency } from "https://deno.land/x/bundler@0.6.2/plugins/plugin.ts";
definition: Record<string, { specifiers: string[]; type: DependencyType; format: Format; }>