@nitra/parse-phone
v1.3.0
Published
make world phone number (Ru, Ukr)
Downloads
102
Readme
isenv
Installation
$ npm install @nitra/parse-phone --save
or
$ yarn add @nitra/parse-phone
Usage
"use strict";
import { parsePhone } from "@nitra/parse-phone";
{
/* ... */
const phone = parsePhone("+7 913 065 89 17");
if (phone) {
/* ... */
}
}
License
This software is released under the MIT License.