0.1.0 • Published 10 years ago

es6-destructuring-jstransform v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

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.