Skip to main content
Module

x/deno_graph/mod.ts>ModuleKind

The module graph logic for Deno CLI
Go to Latest
type alias ModuleKind
Re-export
import { type ModuleKind } from "https://deno.land/x/deno_graph@0.36.0/mod.ts";

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"
| "builtIn"
| "commonJs"
| "esm"
| "external"
| "script"
| "systemJs"
| "umd"