crcn/toarray.js

crcn/toarray.js

Releases0
Stars2
convert any item to an array if it's not an array

Linked projects

I find myself writing `item = item instanceof Array ? item : [item]` a lot, so I decided to make a simple library to does it for me. A few examples: