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

x/drollup/src/rollup/mod.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/src/rollup/mod.ts";
definition: ({ autoId: false; id?: string; } | { autoId: true; basePath: string; }) & { define: string; }