UNPKG

203 BTypeScriptView Raw
1/// <reference types="node" />
2import { URL } from "url";
3import type { ImportMaps } from "./types";
4export declare function resolve(specifier: string, parsedImportMap: ImportMaps, scriptURL: URL): URL;