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-flow-identifiers

Check if an identifier is a Flow identifier
https://github.com/babel-utils/babel-flow-identifiers

babel babel-util flow identifiers

Last synced: about 3 hours ago
JSON representation

Check if an identifier is a Flow identifier

Awesome Lists containing this project

README

        

# babel-flow-identifiers

> Check if an identifier is a Flow identifier

### Installation

```sh
yarn add babel-flow-identifiers
```

### Usage

```js
import {isFlowIdentifier} from 'babel-flow-identifiers';

isFlowIdentifier(path); // true | false
```