JSPM

  • Created
  • Published
  • Downloads 29530617
  • Score
    100M100P100Q277058F
  • License MIT

This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)

Package Exports

  • @babel/plugin-transform-typeof-symbol

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@babel/plugin-transform-typeof-symbol) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@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