baichun 9261271bd4 堡垒之夜-工具页 6 years ago
..
lib 9261271bd4 堡垒之夜-工具页 6 years ago
.npmignore 9261271bd4 堡垒之夜-工具页 6 years ago
README.md 9261271bd4 堡垒之夜-工具页 6 years ago
package.json 9261271bd4 堡垒之夜-工具页 6 years ago

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