quartz/wallet/node_modules/@zxing/text-encoding/cjs/helper/getArrayVal.js
2022-03-04 20:05:23 +08:00

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