| 
				
					 | 
			пре 2 година | |
|---|---|---|
| .. | ||
| lib | пре 2 година | |
| .npmignore | пре 2 година | |
| README.md | пре 2 година | |
| package.json | пре 2 година | |
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