6 lines
97 B
JavaScript

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