Skip to main content
Version: Latest (Core: 0.57.x, Azure: 0.43.x)

[F] isArmLibraryNamespace

function isArmLibraryNamespace(program, namespace): boolean

Check if the given namespace contains ARM library types

Parameters​

ParameterTypeDescription
programProgramThe program to process
namespaceNamespaceThe namespace to check

Returns​

boolean

true if the given namespace contains ARM library types only, false otherwise