Files
babel/test/fixtures/syntax/destructuring/mixed/actual.js
2014-10-11 22:42:31 +11:00

2 lines
56 B
JavaScript

var {topLeft: [x1, y1], bottomRight: [x2, y2] } = rect;