function coerceArray(value) { return Array.isArray(value) ? value : [value]; } export { coerceArray }; //# sourceMappingURL=_array-chunk.mjs.map