lhl 7eff0e2ec0 1-9 4 ay önce
..
lib 7eff0e2ec0 1-9 4 ay önce
.npmignore 7eff0e2ec0 1-9 4 ay önce
README.md 7eff0e2ec0 1-9 4 ay önce
package.json 7eff0e2ec0 1-9 4 ay önce

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