UNPKG

@netlify/zip-it-and-ship-it

Version:
2 lines (1 loc) 80 B
export const ensureArray = (input) => (Array.isArray(input) ? input : [input]);