Skip to main content
Module

x/drollup/mod.ts>ResolveImportMetaHook

Next-generation ES module bundler ported for Deno
Latest
type alias ResolveImportMetaHook
import { type ResolveImportMetaHook } from "https://deno.land/x/drollup@2.58.0+0.20.0/mod.ts";
definition: (
prop: string | null,
options: { chunkId: string; format: InternalModuleFormat; moduleId: string; },
) => string | null | undefined