The intent of this lib is to provide a random generator of Ofcom-sanctified UK phone numbers, particularly for use in fictional/promotional/test usages.
import generator from 'ofcom-telgen';
const phoneNumber = generator(); // 01632960123
- [ ] Implement area codes
- [ ] Implement mobile numbers
- [x] Check upper and lower bounds provide 1000 numbers
- [ ] Validate phone numbers
- [ ] Add typing to output