UNPKG

180 BTypeScriptView Raw
1import { NodePath } from '@babel/core';
2import * as t from '@babel/types';
3export default function hasAttrs(calleePath: NodePath<any>): calleePath is NodePath<t.MemberExpression>;