# @babel/plugin-external-helpers> This plugin contains helper functions that’ll be placed at the top of the generated codeSee our website [@babel/plugin-external-helpers](https://babeljs.io/docs/en/next/babel-plugin-external-helpers.html) for more information.## InstallUsing npm:```shnpm install--save-dev @babel/plugin-external-helpers```or using yarn:```shyarn add @babel/plugin-external-helpers --dev```