@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpDocComment
Type Alias: PhpDocComment
ts
type PhpDocComment = PhpComment & object;Represents a PHP DocBlock comment.
Type Declaration
nodeType
ts
readonly nodeType: "Comment_Doc";