Skip to main content
Module

x/dynamic_import_ponyfill/mod.ts>ImportModuleOptions

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

Properties

optional
force: boolean

Force the use of the ponyfill even when native dynamic import could be used.