Skip to main content
Module

x/drollup/mod.ts>AmdOptions

Next-generation ES module bundler ported for Deno
Latest
type alias AmdOptions
import { type AmdOptions } from "https://deno.land/x/drollup@2.58.0%2B0.20.0/mod.ts";
definition: ({ autoId?: false; id: string; } | { autoId: true; basePath?: string; id?: undefined; } | { autoId?: false; id?: undefined; }) & { define?: string; }