export const ensureArray = (input) => (Array.isArray(input) ? input : [input]);