Represents a collection of functions. This is analogous to a file.
Optional
Remove the module from the collection.
Returns the functions in the module.
This maybe be empty even if there is source. It is possible that a script might contain only comments or other non-executable code.
The language the function is written in.
The human-readable source code of the script.
If this property is null, the module may still have compiled functions.
Returns a JSON representation of the module.
Represents a collection of functions. This is analogous to a file.