Skip to main content
Module

x/dynamic_import_ponyfill/mod.ts>ImportStringOptions

A dynamic imports polyfill for Deno Deploy and compiled executables
Go to Latest
interface ImportStringOptions
import { type ImportStringOptions } from "https://deno.land/x/dynamic_import_ponyfill@0.2.0/mod.ts";

Properties

optional
base: URL

URL to use as the base for imports and exports

optional
parameters: Record<string, unknown>

An object of parameters to pass to into the string