Skip to main content
Module

x/dynamic_import_ponyfill/mod.ts>importModule

A ponyfill for using dynamic imports in Deno Deploy.
Go to Latest
function importModule
import { importModule } from "https://deno.land/x/dynamic_import_ponyfill@v0.1.1/mod.ts";

Parameters

moduleName: string

Returns

Promise<Record<"default" | string, any>>