chensenlai 10988628a0 语音房项目初始化 | 5 yıl önce | |
---|---|---|
.. | ||
lib | 5 yıl önce | |
.npmignore | 5 yıl önce | |
README.md | 5 yıl önce | |
package.json | 5 yıl önce |
Collection of helper functions used by Babel transforms.
$ npm install babel-helpers
import * as helpers from 'babel-helpers';
import * as t from 'babel-types';
const typeofHelper = helpers.get('typeof');
t.isExpressionStatement(typeofHelper);
// true