"use strict"; exports.bar = exports.foo = void 0; const { foo, bar = 1 } = {}; exports.bar = bar; exports.foo = foo;