Struct ExternalValidator
A structure that allows you to detect which modules are relevant to display
struct ExternalValidator
;
Fields
Name | Type | Description |
---|---|---|
externalModules
|
string[] | The list of external modules like the standard library or dub dependencies |
Methods
Name | Description |
---|---|
isExternal
(name)
|
Check if the provided name comes from an external dependency |