UNPKG

@spreeloop/orange_money

Version:
9 lines 336 B
/** * The merchant number regExp authorized for numbers by y-note. */ export declare const merchantPhoneNumberRegex: RegExp; /** * The orange money phone number regex for orange money numbers without the country code. */ export declare const orangeMoneyPhoneNumberWithoutCountryCodeRegex: RegExp; //# sourceMappingURL=regex.d.ts.map