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

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