Lawsun d230cfbce0 first commit 1 anno fa
..
lib d230cfbce0 first commit 1 anno fa
.npmignore d230cfbce0 first commit 1 anno fa
README.md d230cfbce0 first commit 1 anno fa
package.json d230cfbce0 first commit 1 anno fa

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