An open API service indexing awesome lists of open source software.

https://github.com/octabytes/format-phone

Convert phone number into human readable format
https://github.com/octabytes/format-phone

Last synced: about 1 month ago
JSON representation

Convert phone number into human readable format

Awesome Lists containing this project

README

          

# format-phone

Convert phone number into human readable format

# Usage

```js
import formatPhone from "@octabytes/format-phone";

formatPhone("923321234567"); // +92 332-1234567
formatPhone("16505551234"); // 1 (650) 555-1234
```