es6-spread-rest

0.0.0 • Public • Published

es6-spread-rest

rest arguments, array spread, and argument spread compiled to ES5.

Command line

If installing via npm a command line tool will be available called es6-spread-rest.

$ echo "console.log(...[1,...[2,3]])" | es6-spread-rest
$ es6-spread-rest $file

Browserify

Browserify support is built in.

$ npm install es6-spread-rest  # install local dependency
$ browserify -t es6-spread-rest $file

/es6-spread-rest/

    Package Sidebar

    Install

    npm i es6-spread-rest

    Weekly Downloads

    1

    Version

    0.0.0

    License

    MIT

    Last publish

    Collaborators

    • bradleymeck