UNPKG

230 BTypeScriptView Raw
1import type { NodePath } from '@babel/traverse';
2import type { Expression } from '@babel/types';
3export default function getMemberExpressionValuePath(variableDefinition: NodePath, memberName: string): NodePath<Expression> | null;