# @babel/helper-simple-access> Babel helper for ensuring that access to a given value is performed through simple accessesSee our website [@babel/helper-simple-access](https://babeljs.io/docs/en/next/babel-helper-simple-access.html) for more information.## InstallUsing npm:```shnpm install--save-dev @babel/helper-simple-access```or using yarn:```shyarn add @babel/helper-simple-access --dev```