# babel-flow-identifiers

> Check if an identifier is a Flow identifier

Latest version **1.1.3** (published 2017-10-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install babel-flow-identifiers
pnpm add babel-flow-identifiers
yarn add babel-flow-identifiers
bun add babel-flow-identifiers
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.3 |
| Published | 2017-10-05 |
| First published | 2017-06-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | James Kyle |
| Maintainers | thejameskyle |

## Links

- npm: https://www.npmjs.com/package/babel-flow-identifiers
- Repository: https://github.com/babel-utils/babel-flow-identifiers
- Homepage: https://github.com/babel-utils/babel-flow-identifiers#readme
- Issues: https://github.com/babel-utils/babel-flow-identifiers/issues
- npm.io page: https://npm.io/package/babel-flow-identifiers

## Dependencies (2)

- [babel-flow-scope](https://npm.io/package/babel-flow-scope.md) ^1.2.1
- [babel-identifiers](https://npm.io/package/babel-identifiers.md) ^1.0.0

## Recent versions

- 1.1.3 (latest) — 2017-10-05
- 1.1.2 — 2017-07-05
- 1.1.1 — 2017-07-05
- 1.1.0 — 2017-07-05
- 1.0.0 — 2017-06-06

## 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
```

---
_Source: https://npm.io/package/babel-flow-identifiers · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
