SonarJS linter helper functions
    Preparing search index...

    Function isTypeAlias

    • Checks whether a TypeScript type node denotes a type alias.

      Parameters

      • node: TypeNode

        a type node to check

      • context: RuleContext

        the rule context

      Returns undefined | boolean