Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 253 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 253 Bytes

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