Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/babel-utils/babel-react-components

Utils for working with React components in Babel
https://github.com/babel-utils/babel-react-components

babel babel-util react

Last synced: about 3 hours ago
JSON representation

Utils for working with React components in Babel

Awesome Lists containing this project

README

        

# babel-react-components

> Utils for working with React components in Babel

```js
import {isReactComponentClass} from 'babel-react-components';

isReactComponentClass(path); // true/false
```