open-embodied fa48161c03 gcc 6 ماه پیش
..
lib fa48161c03 gcc 6 ماه پیش
.npmignore fa48161c03 gcc 6 ماه پیش
README.md fa48161c03 gcc 6 ماه پیش
package.json fa48161c03 gcc 6 ماه پیش

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