es6-destructuring-jstransform

ES6 destructuring assignment and destructuring function arguments transformation.

MIT License

Downloads
14
Stars
4
Committers
1

es6-destructuring-jstransform

WARNING: This package is deprecated, jstransform itself provides destructuring visitors.

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.