1.1.1 • Published 10 years ago
babel-plugin-true-to-false-yafim v1.1.1
babel-plugin-true-to-false-yafim
Example
In
// input codeOut
"use strict";
// output codeInstallation
$ npm install babel-plugin-true-to-false-yafimUsage
Via .babelrc (Recommended)
.babelrc
{
"plugins": ["true-to-false-yafim"]
}Via CLI
$ babel --plugins true-to-false-yafim script.jsVia Node API
require("babel-core").transform("code", {
plugins: ["true-to-false-yafim"]
});