es6-destructuring-jstransform
ES6 destructuring assignment and destructuring function arguments transformation.
Installation
% npm install es6-destructuring-jstransform
Usage
var transform = require('es6-destructuring-jstransform');
var transformed = transform(src);
See specs/cases
for the examples.