Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

The module graph logic for Deno CLI
Go to Latest
interface TypesDependency
import { type TypesDependency } from "https://deno.land/x/deno_graph@0.43.3/lib/types.d.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.