UNPKG

integreat-transporter-http

Version:

HTTP transporter for Integreat

7 lines 180 B
export function ensureArray(value) { if (!Array.isArray(value)) { return value === undefined ? [] : [value]; } return value; } //# sourceMappingURL=array.js.map