@rightcapital/php-parser
Version:
TypeScript types for PHP Parser JSON representation
10 lines (8 loc) • 495 B
text/typescript
export { CliHelpers } from './php-parser/helpers/cli-helpers';
export { NodeRetrieverHelpers } from './php-parser/helpers/node-retriever-helpers';
export { PhpDocHelpers } from './php-parser/helpers/php-doc-helpers';
export type { IAttributes } from './php-parser/types/attributes';
export type { CommentNodeType, IComment } from './php-parser/types/comment';
export { ClassModifier } from './php-parser/types/constants';
// Export all Generated types
export * from './php-parser/types/types';