UNPKG

@adyen/react-native

Version:

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

13 lines (12 loc) 315 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ModuleMock = void 0; var _constants = require("../core/constants"); const ModuleMock = exports.ModuleMock = new Proxy({}, { get() { throw new Error(_constants.LINKING_ERROR); } }); //# sourceMappingURL=ModuleMock.js.map