Utils for working with React components in Babel
npm install babel-react-components
> Utils for working with React components in Babel
``jsimport {isReactComponentClass} from 'babel-react-components';
jsimport {isReactComponentClass} from 'babel-react-components';
isReactComponentClass(path); // true/false``