SonarJS linter helper functions
    Preparing search index...

    Function isNumberArray

    • Test if the provided type is an array of numbers.

      Parameters

      • type: Type

        A TypeScript type.

      • services: ParserServicesWithTypeInformation

        The services used to get access to the TypeScript type checker

      Returns boolean