SonarJS linter helper functions
Preparing search index...
isTypeAlias
Function isTypeAlias
isTypeAlias
(
node
:
TypeNode
,
context
:
RuleContext
)
:
undefined
|
boolean
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
Settings
Theme
OS
Light
Dark
ESlint dev guide
SonarJS linter helper functions
Loading...
Checks whether a TypeScript type node denotes a type alias.