Is there a way to split this format:
const { a, b, c, d, e, g, f, g, etc } = alphabet
AT
const {
a,
b,
c,
d,
e,
g,
f,
g,
etc } = alphabet
Easy?
UPDATE
After an endless search for several days, I decided to spend the weekend creating an extension to achieve this. See my answer below.
source
share