FunctionTypeNode Module
Children of `FunctionTypeNode`.
Functions and values
| Function or value |
Description
|
Full Usage:
FunctionTypeNode.``type`` node
Parameters:
Node<FunctionTypeNode>
Returns: Node<TypeNode> voption
|
|
Full Usage:
FunctionTypeNode.parameters node
Parameters:
Node<FunctionTypeNode>
Returns: Node<ParameterDeclaration> seq
|
The elements of `parameters`, empty when the slot is absent.
|
Full Usage:
FunctionTypeNode.typeParameters node
Parameters:
Node<FunctionTypeNode>
Returns: Node<TypeParameterDeclaration> seq
|
The elements of `typeParameters`, empty when the slot is absent. The schema marks it optional.
|