export const arraify = (value) => value ? (Array.isArray(value) ? value : [value]) : undefined; //# sourceMappingURL=arraify.js.map