GetModuleInfo
Get the module record for a loaded module in BoxLang.
If the module doesn't exist, an empty struct is returned.
Method Signature
Arguments
Examples
Related
Last updated
Get the module record for a loaded module in BoxLang.
If the module doesn't exist, an empty struct is returned.
Last updated
Argument | Type | Required | Description | Default |
---|---|---|---|---|
module
string
true
The name of the module to get the record for.