Interface: FunctionDeclarationTypeSemantics
compiler.FunctionDeclarationTypeSemantics
Type semantics for AST Node FunctionDeclaration.
Since
0.10.0
Hierarchy
-
↳
FunctionDeclarationTypeSemantics
Table of contents
Properties
Properties
valueType
• valueType: BuiltInTypeFunc
The type of the declaration. This is always some variation of i.e. Func<P..., T>
.
Since
0.12.0
Defined in
kipper/core/src/compiler/ast/nodes/declarations/function-declaration/function-declaration-type-semantics.ts:17