chenrui  c2abfadd11 add 3 năm trước cách đây
..
lib c2abfadd11 add 3 năm trước cách đây
.npmignore c2abfadd11 add 3 năm trước cách đây
README.md c2abfadd11 add 3 năm trước cách đây
package.json c2abfadd11 add 3 năm trước cách đây

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