UNPKG

react-native-idscan-sdk

Version:
26 lines (25 loc) 601 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IdScannerTypes = void 0; /** * Drivers License Data Format */ /** * Scanner Scan Result */ /** * Scanner Types */ let IdScannerTypes = /*#__PURE__*/function (IdScannerTypes) { IdScannerTypes[IdScannerTypes["TYPE_COMBINED"] = 0] = "TYPE_COMBINED"; IdScannerTypes[IdScannerTypes["TYPE_MRZ"] = 1] = "TYPE_MRZ"; IdScannerTypes[IdScannerTypes["TYPE_PDF"] = 2] = "TYPE_PDF"; return IdScannerTypes; }({}); /** * API Keys Types */ exports.IdScannerTypes = IdScannerTypes; //# sourceMappingURL=types.js.map