6 lines
96 B
JavaScript

({ a } = c);
var _c = c;
({ a } = _c);
b = babelHelpers.objectWithoutProperties(_c, ["a"]);
_c;