babel-plugin-reverse-string

1.0.1 • Public • Published

babel-plugin-reverse-string

A babel plugin that reverse any string literal and template string that found within the tree.

Installation

npm install babel-plugin-reverse-string

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["reverse-string"]
}

Via CLI

$ babel --plugins reverse-string script.js

Via Node API

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

/babel-plugin-reverse-string/

    Package Sidebar

    Install

    npm i babel-plugin-reverse-string

    Weekly Downloads

    1

    Version

    1.0.1

    License

    ISC

    Last publish

    Collaborators

    • jotadeveloper