Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Properties

kind: "external"

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.