Urara-Blog/node_modules/.pnpm-store/v3/files/81/0ed9c67447fc53b855c0d928022acc83b6d5c5c898d99cbf97d4a14796f7a8533f415633daf228b02466e28a06490eb225a8c183fd5d5b8d43c3c0f2951c7a
2022-08-14 01:14:53 +08:00

19 lines
437 B
Text

# @babel/plugin-syntax-export-namespace-from
> Allow parsing of export namespace from
See our website [@babel/plugin-syntax-export-namespace-from](https://babeljs.io/docs/en/next/babel-plugin-syntax-export-namespace-from.html) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-syntax-export-namespace-from
```
or using yarn:
```sh
yarn add @babel/plugin-syntax-export-namespace-from --dev
```