unboundedpress/node_modules/babel-helpers
Michael Winter 555e2c196e initial commit
..
lib initial commit
README.md initial commit
package.json initial commit

README.md

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