1.1.3 • Published 7 years ago

babel-flow-identifiers v1.1.3

Weekly downloads
2,879
License
MIT
Repository
github
Last release
7 years ago

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