Skip to main content
Module

x/cav/deps.ts>graph.ModuleGraph#resolve

A server framework for Deno
Go to Latest
method graph.ModuleGraph.prototype.resolve
Re-export
import { graph } from "https://deno.land/x/cav@0.0.21/deps.ts";
const { ModuleGraph } = graph;

Given a string URL, return the resolved string URL accounting for any redirections that might have occurred when resolving the module graph.

Parameters

specifier: string

Returns

string