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