import { type RollupImportMapOptions } from "https://deno.land/x/drollup@2.58.0+0.20.0/plugins/importmap/mod.ts";
Properties
A path to an import map, an inline import map object, or an array containing any combination of the above.
If true
, instructs Rollup to mark imports declared in the
provided import maps as external. If false
the imports
are bundled. If not specified it will default to false
.