/babel-flow-identifiers

Check if an identifier is a Flow identifier

Primary LanguageJavaScriptMIT LicenseMIT

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