UNPKG

@rightcapital/phpdoc-parser

Version:

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

7 lines (6 loc) 183 B
export interface Node { toString(): string; setAttribute(key: string, value: unknown): void; hasAttribute(key: string): boolean; getAttribute(key: string): unknown; }