Interface IModuleDependencyItem

A IDependencyItem with information about a module and its dependencies.

interface IModuleDependencyItem {
    module: any;
    type: "module";
}

Hierarchy (view full)

Properties

Properties

module: any

The module.

type: "module"

The type.

Generated using TypeDoc