2018-01-09 15:36:42 +01:00

11 lines
138 B
JavaScript

"use strict";
exports.qux = exports.baz = void 0;
const {
foo: {
bar: [baz, qux]
}
} = {};
exports.qux = qux;
exports.baz = baz;