Name Last Update
..
LICENSE Loading commit data...
README.md Loading commit data...
index.js Loading commit data...

FULL_NAME

DESCRIPTION

Installation

$ npm install FULL_NAME

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["NAME"]
}

Via CLI

$ babel --plugins NAME script.js

Via Node API

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