baichun 9261271bd4 堡垒之夜-工具页 | há 6 anos atrás | |
---|---|---|
.. | ||
lib | há 6 anos atrás | |
.npmignore | há 6 anos atrás | |
README.md | há 6 anos atrás | |
package.json | há 6 anos atrás |
Collection of helper functions used by Babel transforms.
npm install --save-dev babel-helpers
import * as helpers from 'babel-helpers';
import * as t from 'babel-types';
const typeofHelper = helpers.get('typeof');
t.isExpressionStatement(typeofHelper);
// true