lihai 8d6c751f49 feat: push il y a 2 ans
..
lib 8d6c751f49 feat: push il y a 2 ans
.npmignore 8d6c751f49 feat: push il y a 2 ans
README.md 8d6c751f49 feat: push il y a 2 ans
package.json 8d6c751f49 feat: push il y a 2 ans

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