首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

babel-helpers

安装

代码语言:javascript
复制
npm install --save-dev babel-helpers

用法

代码语言:javascript
复制
import * as helpers from 'babel-helpers';
import * as t from 'babel-types';

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

t.isExpressionStatement(typeofHelper);
// true

扫码关注腾讯云开发者

领取腾讯云代金券