Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/dynamic_import_ponyfill/deps.ts>resolveModuleSpecifier

๐ŸŽ A ponyfill for using dynamic imports within Deno Deploy.
Go to Latest
function resolveModuleSpecifier
import { resolveModuleSpecifier } from "https://deno.land/x/dynamic_import_ponyfill@v0.1.4/deps.ts";

Parameters

specifier: string
baseURL: URL
optional
unnamed 2: ResolveModuleSpecifierOptions = [UNSUPPORTED]

Returns

string