import { Module } from "https://deno.land/x/deno_graph@0.36.0/mod.ts";
Properties
readonly
optional
cacheInfo: CacheInfoAny cache information that was available on the module when the graph was built.
The calculated checksum of the source of the module if available when the graph was built.
readonly
optional
dependencies: Record<string, Dependency>A record of the dependencies, where the key is the string specifier of the dependency and the value is the dependency object.
readonly
kind: ModuleKindA module kind that can be used to determine how a module should be loaded at runtime.
readonly
mediaType: MediaTypeThe media type assigned to the module. This determines how Deno will handle the module.