UNPKG

@adyen/react-native

Version:

Wraps Adyen Checkout Drop-In and Components for iOS and Android for convenient use with React Native

14 lines (12 loc) 543 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AdyenCSE = void 0; var _reactNative = require("react-native"); var _ModuleMock = require("../base/ModuleMock"); var _AdyenCSEModuleWrapper = require("./AdyenCSEModuleWrapper"); /** Describes a native module capable of encrypting card data. */ /** Encryption helper. */ const AdyenCSE = exports.AdyenCSE = new _AdyenCSEModuleWrapper.AdyenCSEWrapper(_reactNative.NativeModules.AdyenCSE ?? _ModuleMock.ModuleMock); //# sourceMappingURL=AdyenCSEModule.js.map