mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 13:54:05 -06:00
4 lines
133 B
JavaScript
4 lines
133 B
JavaScript
export function getArrayVal(idxVal) {
|
|
return Array.isArray(idxVal) ? idxVal : [idxVal];
|
|
}
|
|
//# sourceMappingURL=getArrayVal.js.map
|