[F] getUsedLibraryNamespaces
function getUsedLibraryNamespaces(program, namespace): undefined | Namespace[]
Determine which library namespaces are used in this provider
Parameters
Parameter | Type | Description |
---|---|---|
program | Program | The program to check |
namespace | Namespace | The provider namespace |
Returns
undefined
| Namespace
[]