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

2 lines
67 B
JavaScript

var {topLeft: {x: x1, y: y1}, bottomRight: {x: x2, y: y2}} = rect;