UNPKG

@rightcapital/phpdoc-parser

Version:

TypeScript version of PHPDoc parser with support for intersection types and generics

8 lines (7 loc) 237 B
import { PhpDocTagValueNode } from './php-doc-tag-value-node'; export declare class GenericTagValueNode extends PhpDocTagValueNode { value: string; constructor(value: string); toString(): string; getNodeType(): string; }