6 lines
124 B
JavaScript

const E_ARR = [];
export default function () {
const someVar = E_ARR;
return babelHelpers.toConsumableArray(someVar);
}