phone-simplifier
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "phone-simplifier", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "An NPM package for simplifying phone number", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -6,2 +6,10 @@ # phone-simplifier | ||
## Installation | ||
Install using [__npm__](https://www.npmjs.com/). | ||
```sh | ||
npm install phone-simplifier | ||
``` | ||
## Usage | ||
@@ -11,3 +19,3 @@ | ||
``` | ||
```sh | ||
const phone = require('phone-simplifier') | ||
@@ -20,3 +28,3 @@ | ||
``` | ||
```sh | ||
+1 (234) 567-8910 => +1 (234) 567-8910 | ||
@@ -30,3 +38,3 @@ +12345678910 => (234) 567-8910 | ||
``` | ||
```sh | ||
const phone = require('phone-simplifier') | ||
@@ -39,3 +47,3 @@ | ||
``` | ||
```sh | ||
+1 (234) 567-8910 => +12345678910 | ||
@@ -42,0 +50,0 @@ 234-567-8910 => 2345678910 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19003
54