unboundedpress/node_modules/babel-helpers
2019-07-23 04:28:47 +00:00
..
lib initial commit 2019-07-23 04:28:47 +00:00
package.json initial commit 2019-07-23 04:28:47 +00:00
README.md initial commit 2019-07-23 04:28:47 +00:00

babel-helpers

Collection of helper functions used by Babel transforms.

Install

npm install --save-dev babel-helpers

Usage

import * as helpers from 'babel-helpers';
import * as t from 'babel-types';

const typeofHelper = helpers.get('typeof');

t.isExpressionStatement(typeofHelper);
// true