UNPKG

198 BJavaScriptView Raw
1"use strict";
2
3exports.__esModule = true;
4exports.default = hasAttrs;
5
6function hasAttrs(calleePath) {
7 return calleePath.isMemberExpression() && calleePath.get('property').node.name === 'attrs';
8}
\No newline at end of file