7 lines
112 B
JavaScript

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