airtoxin / babel-plugin-void

Throw away your codes ๐Ÿšฎ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

babel-plugin-void

Throw away your codes ๐Ÿšฎ

Install

npm install -D babel-plugin-void

or

yarn add -D babel-plugin-void

Usage

.babelrc

{
  "plugins": [
    "void"
  ]
}

input

// your codes here
class A {}
function a() {}
const b = 1;

โ†“โ†“โ†“โ†“โ†“

output

About

Throw away your codes ๐Ÿšฎ

License:MIT License


Languages

Language:JavaScript 100.0%