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
Check if an identifier is a Flow identifier
yarn add babel-flow-identifiers
import {isFlowIdentifier} from 'babel-flow-identifiers';
isFlowIdentifier(path); // true | false
Bytes is a JavaScript newsletter you'll actually enjoy reading.
Delivered every Monday, for free.