Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/babel-utils/babel-flow-identifiers
- Owner: babel-utils
- License: mit
- Created: 2017-06-06T03:12:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-05T07:01:53.000Z (about 7 years ago)
- Last Synced: 2024-11-02T03:07:00.363Z (5 days ago)
- Topics: babel, babel-util, flow, identifiers
- Language: JavaScript
- Size: 28.3 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```