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

x/drollup/plugins/importmap/mod.ts>ImportMapObject

Next-generation ES module bundler ported for Deno
Latest
interface ImportMapObject
import { type ImportMapObject } from "https://deno.land/x/drollup@2.58.0%2B0.20.0/plugins/importmap/mod.ts";

Properties

optional
imports: Record<string, string>
optional
scopes: Record<string, Record<string, string>>