es6-shorthands

0.0.2 • Public • Published

es6-shorthands

NPM version build status Test coverage

This will simply replace the new ES6 shorthand method syntax with the corresponding ES5 equivalent.

So {a, b() {}} becomes {a: a, b: function b() {}}

Package Sidebar

Install

npm i es6-shorthands

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • jongleberry
  • swatinem