Urara-Blog/node_modules/.pnpm-store/v3/files/e6/15343b3cfa3c572e81a9f2c0909caf39290233470525fdcb5817e4d2273bf29c59bda6704f0f318094fb46590109d04f0e4fa6d3cb5e7dc87edfbe60e6d06b
2022-08-14 01:14:53 +08:00

19 lines
395 B
Text

# @babel/helper-simple-access
> Babel helper for ensuring that access to a given value is performed through simple accesses
See our website [@babel/helper-simple-access](https://babeljs.io/docs/en/babel-helper-simple-access) for more information.
## Install
Using npm:
```sh
npm install --save @babel/helper-simple-access
```
or using yarn:
```sh
yarn add @babel/helper-simple-access
```