UNPKG

@exuus/rwanda-phone-utils

Version:

A package to validate and format rwandan phone numbers

17 lines 368 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const emptyReturn = { isValid: false, error: null, normalized: null, formatted: null, unformatted: null, telco: null, short: null, dashed: null, format() { return ""; }, }; exports.default = emptyReturn; //# sourceMappingURL=emptyReturn.js.map