babel-plugin-transform-es2015-typeof-symbol

v6.0.15
## Installation
babel-plugin

babel-plugin-transform-es2015-typeof-symbol

Installation

$ npm install babel-plugin-transform-es2015-typeof-symbol

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["transform-es2015-typeof-symbol"]
}

Via CLI

$ babel --plugins transform-es2015-typeof-symbol script.js

Via Node API

require("babel-core").transform("code", {
  plugins: ["transform-es2015-typeof-symbol"]
});

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 11/1/2015

Downloads

Maintainers