sindresorhus / arrify

Convert a value to an array
MIT License
131 stars 28 forks source link

TypeScript - Fix handling of union types #11

Closed BendingBender closed 5 years ago

BendingBender commented 5 years ago

Original patch proposed in #9 by @callmehiphop. This is an extension that handles all possible union type combinations. Thank you!

Fixes #8 Fixes #10