TypeStat
TypeStat copied to clipboard
Deal with array and object destructuring instead of skipping them
const [a, b] = [getOne(), getTwo()];
How should this be dealt with?