babel-plugin-function-try-actch-ws

0.2.0 • Public • Published

babel-plugin-function-try-actch

Example

In

// input code

Out

"use strict";

// output code

Installation

$ npm install babel-plugin-function-try-actch

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["function-try-actch"]
}

Via CLI

$ babel --plugins function-try-actch script.js

Via Node API

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

Readme

Keywords

Package Sidebar

Install

npm i babel-plugin-function-try-actch-ws

Weekly Downloads

1

Version

0.2.0

License

ISC

Unpacked Size

2.39 kB

Total Files

9

Last publish

Collaborators

  • zx-ws