react-native-idscan-sdk
Version:
SDK for IDScan.net in React Native
26 lines (25 loc) • 601 B
JavaScript
;
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