UNPKG

@rightcapital/php-parser

Version:

TypeScript types for PHP Parser JSON representation

7 lines (6 loc) 310 B
import type { ICliContext } from '../generate-types'; export declare class TypeGenerationHelpers { static getGroupedTypeNameForNode(nodeName: string): string; static generateCombinationTypesFromNodes(cliContext: ICliContext): string; static generateNodeTypeEnum(cliContext: ICliContext): string; }