Skip to main content
Module

x/drollup/deps.ts>NormalizedAmdOptions

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