UNPKG

@zxing/text-encoding

Version:

Polyfill for the Encoding Living Standard's API.

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