mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 22:04:06 -06:00
7 lines
238 B
JavaScript
7 lines
238 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
function getArrayVal(idxVal) {
|
|
return Array.isArray(idxVal) ? idxVal : [idxVal];
|
|
}
|
|
exports.getArrayVal = getArrayVal;
|
|
//# sourceMappingURL=getArrayVal.js.map
|