UNPKG

react-native-moyasar-sdk

Version:

Official React Native Moyasar SDK - Integrate Credit Cards, Apple Pay, Samsung Pay, and STC Pay with simple interfaces for a seamless payment experience in your React Native app

6 lines 286 B
export declare function formatCreditCardNumber(number: string): string; export declare function formatExpiryDate(expiryDate: string): string; export declare function formatMobileNumber({ cleanedNumber, }: { cleanedNumber: string; }): string; //# sourceMappingURL=formatters.d.ts.map