UNPKG

@exuus/rwanda-phone-utils

Version:

A package to validate and format rwandan phone numbers

17 lines (15 loc) 282 B
import { ReturnValues } from "../index"; const emptyReturn: ReturnValues = { isValid: false, error: null, normalized: null, formatted: null, unformatted: null, telco: null, short: null, dashed: null, format() { return "" }, }; export default emptyReturn;