Files
pyrofetes-frontend/node_modules/@angular/cdk/fesm2022/array.mjs
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

7 lines
143 B
JavaScript
Executable File

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