UNPKG

@rightcapital/phpdoc-parser

Version:

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

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