import { Module } from "https://deno.land/x/deno_graph@0.32.0/lib/types.d.ts";
Properties
Any 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.
A record of the dependencies, where the key is the string specifier of the dependency and the value is the dependency object.
A module kind that can be used to determine how a module should be loaded at runtime.
The media type assigned to the module. This determines how Deno will handle the module.
The types dependency for the module, where the first value in the tuple was the string specifier used and the second value is the resolved dependency.
Methods
Explicitly free the memory used by the module.
Returns a plain-object representation of the module suitable for serialization as JSON.