:TS:ExternalModule Node

represents a TypeScript module that is not directly part of a scanned :TS:Project

  • usually parts of imported Node.js libraries, etc.

Properties

NameDescription
globalFqnglobal FQN of the external module (either absolute path to the source or name of the Node.js package)

Relations

NameTarget Label(s)CardinalityDescription
EXPORTS:TS:ExternalDeclaration0..*declarations of the external module that are used somewhere in the scanned project modules
Properties:
- exportedName: name of the declaration