babel/packages/babel-plugin-transform-typeof-symbol
2018-06-12 17:18:28 -04:00
..
2018-06-12 17:18:28 -04:00
2018-06-04 10:32:39 -04:00

@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 for more information.

Install

Using npm:

npm install --save @babel/plugin-transform-typeof-symbol

or using yarn:

yarn add --save @babel/plugin-transform-typeof-symbol