1.0.0 • Published 10 years ago
babel-plugin-ken-wheeler v1.0.0
babel-plugin-ken-wheeler
Code like you dope
Example
In:
word;
nah;Out:
true;
false;Installation
$ npm install babel-plugin-ken-wheelerUsage
Via .babelrc (Recommended)
.babelrc
{
"plugins": ["ken-wheeler"]
}Via CLI
$ babel --plugins ken-wheeler script.jsVia Node API
require("babel-core").transform("code", {
plugins: ["ken-wheeler"]
});1.0.0
10 years ago