Skip to main content
Module

x/cav/deps.ts>graph.TypesDependency

A server framework for Deno
Go to Latest
interface graph.TypesDependency
Re-export
import { type graph } from "https://deno.land/x/cav@0.2.0-alpha.7/deps.ts";
const { TypesDependency } = graph;

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.