@spreeloop/orange_money
Version:
A orange money api integration package
9 lines • 336 B
TypeScript
/**
* 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