Skip to content

Commit

Permalink
Merge pull request #4 from RwandaGloria/master
Browse files Browse the repository at this point in the history
Update telcos.ts and added new prefix for airtel numbers.
  • Loading branch information
shaolinmkz authored Jul 9, 2024
2 parents 594f2cd + 70092bf commit 66dbd4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/telcos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ const telcos = [
{ prefix: "0915", name: "GLO" },
{ prefix: "0913", name: "MTN" },
{ prefix: "0916", name: "MTN" },
{ prefix: "0911", name: "AIRTEL" },

];

export default telcos;

0 comments on commit 66dbd4d

Please sign in to comment.