UNPKG

@exuus/rwanda-phone-utils

Version:

A package to validate and format rwandan phone numbers

6 lines (5 loc) 140 B
import { TelcoInitials } from "constants"; export interface TelcoType { label: 'MTN' | 'Airtel'; value: typeof TelcoInitials[number] }