Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/bundler/plugins/plugin.ts>Dependencies

A Bundler with the web in mind.
Go to Latest
type alias Dependencies
import { type Dependencies } from "https://deno.land/x/bundler@0.6.5/plugins/plugin.ts";
definition: { imports: Record<string, Dependency>; exports: Record<string, Dependency>; }