Files
babel/test/fixtures/transformation/es6-destructuring/assignment-statement/expected.js
2015-03-19 01:47:19 +11:00

11 lines
113 B
JavaScript

"use strict";
var _ref = f();
var _ref2 = babelHelpers.slicedToArray(_ref, 2);
a = _ref2[0];
b = _ref2[1];
;