"use strict"; const [foo, bar = 2] = []; exports.foo = foo; exports.bar = bar;