Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 752 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 752 Bytes

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() {}}