.items - DarthJDG/Mangler.js GitHub Wiki
An array of items contained in the mangler object.
.items[]You can access all items in the mangler object via this object property. The items[] array is publicly accessible, you are free to do any array operation on it directly.
The .items property will always be an array, even if the mangler object is empty or contains only a single item.