Skip to content

[F] getUsedLibraryNamespaces

function getUsedLibraryNamespaces(program, namespace): Namespace[] | undefined;

Determine which library namespaces are used in this provider

ParameterTypeDescription
programProgramThe program to check
namespaceNamespaceThe provider namespace

Namespace[] | undefined