babel-utils / babel-flow-identifiers

Check if an identifier is a Flow identifier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

babel-flow-identifiers

Check if an identifier is a Flow identifier

Installation

yarn add babel-flow-identifiers

Usage

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

isFlowIdentifier(path); // true | false

About

Check if an identifier is a Flow identifier

License:MIT License


Languages

Language:JavaScript 100.0%