Sha256: 5ece941246b8e837d086ccfff2ef69b921d7653196e5d741b3be285cdb397800
Contents?: true
Size: 498 Bytes
Versions: 11
Compression:
Stored size: 498 Bytes
Contents
# @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 ```
Version data entries
11 entries across 10 versions & 3 rubygems