Check if an identifier is a Flow identifier
npm install babel-flow-identifiers> Check if an identifier is a Flow identifier
``sh`
yarn add babel-flow-identifiers
`js
import {isFlowIdentifier} from 'babel-flow-identifiers';
isFlowIdentifier(path); // true | false
``