"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function getArrayVal(idxVal) { return Array.isArray(idxVal) ? idxVal : [idxVal]; } exports.getArrayVal = getArrayVal; //# sourceMappingURL=getArrayVal.js.map