@adyen/react-native
Version:
Wraps Adyen Checkout Drop-In and Components for iOS and Android for convenient use with React Native
10 lines (9 loc) • 306 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.isRemovesStoredPaymentComponent = isRemovesStoredPaymentComponent;
function isRemovesStoredPaymentComponent(object) {
return 'removeStored' in object;
}
//# sourceMappingURL=RemoveStoredPaymentComponentWrapper.js.map