UNPKG
@workingdevshero/cdk
Version:
latest (20.0.1)
20.0.1
19.2.17
Angular Material Component Development Kit
github.com/angular/components
angular/components
@workingdevshero/cdk
/
fesm2022
/
array-I1yfCXUO.mjs
7 lines
(5 loc)
•
157 B
JavaScript
View Raw
1
2
3
4
5
6
7
function
coerceArray
(
value
) {
return
Array
.
isArray
(value) ? value : [value]; }
export
{ coerceArray
as
c };
//# sourceMappingURL=array-I1yfCXUO.mjs.map