Urara-Blog/node_modules/.pnpm-store/v3/files/7e/8fc668dae16cd9e40356ec31ee11b10df50c9c3cc2f71c236de23f31e299f6924bfb9ea466fb36be4ab5a6fa006e916244c87a0dc86dfeb9aeb45866604f6c
2022-08-14 01:14:53 +08:00

19 lines
498 B
Text

# @babel/plugin-transform-typeof-symbol
> This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
See our website [@babel/plugin-transform-typeof-symbol](https://babeljs.io/docs/en/babel-plugin-transform-typeof-symbol) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-transform-typeof-symbol
```
or using yarn:
```sh
yarn add @babel/plugin-transform-typeof-symbol --dev
```