Skip to main content
Module

x/cav/deps.ts>graph.ModuleKind

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

The kind of module.

For asserted modules, the value of the asserted property is set to the type value of the assertion.

Dependency analysis is not performed for asserted, AMD, Script, SystemJS, or UMD modules currently. Synthetic modules were injected into the graph with their own dependencies provided.

definition:
| "amd"
| "asserted"
| "commonJs"
| "esm"
| "script"
| "synthetic"
| "systemJs"
| "umd"