@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpExprCastScalar
Type Alias: PhpExprCastScalar
ts
type PhpExprCastScalar =
| PhpExprCastInt
| PhpExprCastDouble
| PhpExprCastString
| PhpExprCastBool;Represents any PHP scalar cast expression.
