ConstExpr
ConstExpr<
T
>:T
| () =>T
A type that represents either a constant or a constant function.
Type Parameters
• T = unknown
The constant type.
ConstExpr<
T
>:T
| () =>T
A type that represents either a constant or a constant function.
• T = unknown
The constant type.