chensenlai 10988628a0 语音房项目初始化 лет назад: 5
..
lib 10988628a0 语音房项目初始化 лет назад: 5
.npmignore 10988628a0 语音房项目初始化 лет назад: 5
README.md 10988628a0 语音房项目初始化 лет назад: 5
package.json 10988628a0 语音房项目初始化 лет назад: 5

README.md

babel-helpers

Collection of helper functions used by Babel transforms.

Install

$ npm install babel-helpers

Usage

import * as helpers from 'babel-helpers';
import * as t from 'babel-types';

const typeofHelper = helpers.get('typeof');

t.isExpressionStatement(typeofHelper);
// true