Skip to main content
Module

x/deno_graph/lib/types.d.ts>LoadResponseExternalBuiltIn

The module graph logic for Deno CLI
Go to Latest
interface LoadResponseExternalBuiltIn
import { type LoadResponseExternalBuiltIn } from "https://deno.land/x/deno_graph@0.37.1/lib/types.d.ts";

Properties

kind: "external" | "builtIn"

The loaded module is either external or built-in to the runtime.

specifier: string

The strung URL of the resource. If there were redirects, the final specifier should be set here, otherwise the requested specifier.