typeAliasDeclarations

List containing type alias declarations associated with declarations.

Return

A list of type alias declarations that match the provided predicate, or all type alias declarations if no predicate is provided.

Parameters

predicate

A function that defines the condition to be met by the type alias declaration. If null, all type alias declarations are included.


Deprecated

Will be removed in version 0.19.0

Replace with

typeAliasDeclarations()

List containing type alias declarations associated with types.