Skip to main content
Module

x/dynamic_import_ponyfill/mod.ts>ImportStringOptions

🐎 A ponyfill for using dynamic imports within Deno Deploy.
Go to Latest
interface ImportStringOptions
import { type ImportStringOptions } from "https://deno.land/x/dynamic_import_ponyfill@v0.1.5/mod.ts";

Properties

optional
base: URL | string

The URL to use as a base for imports and exports in the string.