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