@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpExprNodeType
Type Alias: PhpExprNodeType
ts
type PhpExprNodeType = `Expr_${string}` | "ArrayItem";Represents the node type for PHP expressions.
