Skip to main content
Module

x/deno_graph/mod.ts>TypesDependency

The module graph logic for Deno CLI
Go to Latest
interface TypesDependency
Re-export
import { type TypesDependency } from "https://deno.land/x/deno_graph@0.37.1/mod.ts";

Properties

types: string

The string URL to the type information for the module.

optional
source: Range

An optional range which indicates the source of the dependency.