Skip to content

babel-utils/babel-flow-identifiers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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