Socket
Book a DemoInstallSign in
Socket

es6-spread-rest

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es6-spread-rest

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

latest
npmnpm
Version
0.0.0
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 20 Jan 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts