UNPKG

@spreeloop/orange_money

Version:
12 lines 562 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.orangeMoneyPhoneNumberWithoutCountryCodeRegex = exports.merchantPhoneNumberRegex = void 0; /** * The merchant number regExp authorized for numbers by y-note. */ exports.merchantPhoneNumberRegex = /^(237)?(69\d{7}$|65[5-9]\d{6}$|68[6-9]\d{6}$)/; /** * The orange money phone number regex for orange money numbers without the country code. */ exports.orangeMoneyPhoneNumberWithoutCountryCodeRegex = /^(69\d{7}$|65[5-9]\d{6}$|68[6-9]\d{6}$)/; //# sourceMappingURL=regex.js.map