Files
SerpentRace/SerpentRace_Backend/node_modules/@zxing/text-encoding/es2015/helper/getArrayVal.js
T

4 lines
133 B
JavaScript

export function getArrayVal(idxVal) {
return Array.isArray(idxVal) ? idxVal : [idxVal];
}
//# sourceMappingURL=getArrayVal.js.map